2024-02-10T09:03:29.590 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T09:03:29.590 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/orig.config.yaml 2024-02-10T09:03:29.627 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T09:03:29.714 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378 branch: wip-yuri10-testing-2024-02-08-0854-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: null first_in_suite: false job_id: '7555378' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-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-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 71 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: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAPgKVin0nTmYbNP7r4s+qxnCcA11giyktvpYzLuZLsM5clEE+GRqVcj1PrVjGVW0p0rkW7Y7ulznaYmR7dDj2I= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiBwqc25byrW+aOL7+LWWIo0NPTV9Q8RVGL5Z9Yd0i2oUUXsvrzn7MyJ69NuqNHug5Cgye1iuWBpHpRBPv074A= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_21:34:44 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.2226885 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 2024-02-10T09:03:29.714 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-10T09:03:29.715 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-10T09:03:29.715 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T09:03:29.716 INFO:teuthology.task.internal:Checking packages... 2024-02-10T09:03:29.741 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-10T09:03:29.741 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T09:03:29.741 INFO:teuthology.packaging:ref: None 2024-02-10T09:03:29.741 INFO:teuthology.packaging:tag: None 2024-02-10T09:03:29.741 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T09:03:29.741 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T09:03:29.741 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T09:03:29.953 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-10T09:03:29.954 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T09:03:29.961 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T09:03:29.961 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T09:03:30.004 INFO:teuthology.task.internal:Saving configuration 2024-02-10T09:03:30.026 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T09:03:30.037 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T09:03:30.059 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:50.369080', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAPgKVin0nTmYbNP7r4s+qxnCcA11giyktvpYzLuZLsM5clEE+GRqVcj1PrVjGVW0p0rkW7Y7ulznaYmR7dDj2I='} 2024-02-10T09:03:30.082 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:50.367152', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiBwqc25byrW+aOL7+LWWIo0NPTV9Q8RVGL5Z9Yd0i2oUUXsvrzn7MyJ69NuqNHug5Cgye1iuWBpHpRBPv074A='} 2024-02-10T09:03:30.082 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T09:03:30.088 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-10T09:03:30.088 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-10T09:03:30.088 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T09:03:30.174 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcb025f2ee0>, signals=[15]) 2024-02-10T09:03:30.174 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T09:03:30.181 INFO:teuthology.task.internal:Opening connections... 2024-02-10T09:03:30.181 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:03:30.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:03:30.259 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-02-10T09:03:30.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:03:30.333 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T09:03:30.340 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-02-10T09:03:30.363 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-02-10T09:03:30.363 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-02-10T09:03:30.424 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T09:03:30.425 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T09:03:30.426 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-02-10T09:03:30.448 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-02-10T09:03:30.470 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-02-10T09:03:30.470 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="8" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="8" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el8" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T09:03:30.532 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-02-10T09:03:30.533 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T09:03:30.533 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T09:03:30.533 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T09:03:30.533 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-02-10T09:03:30.582 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T09:03:30.590 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T09:03:30.612 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T09:03:30.612 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-02-10T09:03:30.615 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-02-10T09:03:30.636 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T09:03:30.642 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T09:03:30.642 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-02-10T09:03:30.676 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-02-10T09:03:30.709 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T09:03:30.761 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T09:03:30.774 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T09:03:30.774 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T09:03:30.775 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T09:03:30.775 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T09:03:30.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:03:30.796 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-02-10T09:03:30.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:03:30.797 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-02-10T09:03:30.856 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-489.el8.x86_64 2024-02-10T09:03:30.856 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-489.el8.x86_64 2024-02-10T09:03:30.856 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-02-10T09:03:30.858 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-489.el8.x86_64 2024-02-10T09:03:30.858 INFO:teuthology.task.kernel:Running kernel on smithi178: 4.18.0-489.el8.x86_64 2024-02-10T09:03:30.858 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-02-10T09:03:35.133 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - AppStream 15 MB/s | 27 MB 00:01 2024-02-10T09:03:35.252 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - AppStream 15 MB/s | 27 MB 00:01 2024-02-10T09:03:41.042 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - BaseOS 9.1 MB/s | 10 MB 00:01 2024-02-10T09:03:41.233 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - BaseOS 8.4 MB/s | 10 MB 00:01 2024-02-10T09:03:42.983 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - Extras 52 kB/s | 18 kB 00:00 2024-02-10T09:03:43.159 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2024-02-10T09:03:43.300 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2024-02-10T09:03:43.476 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2024-02-10T09:03:43.560 INFO:teuthology.orchestra.run.smithi178.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-02-10T09:03:43.728 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-10T09:03:44.871 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-02-10T09:03:44.997 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-02-10T09:03:48.702 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 409 kB/s | 24 kB 00:00 2024-02-10T09:03:48.745 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 587 kB/s | 24 kB 00:00 2024-02-10T09:03:51.649 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T09:03:51.649 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T09:03:51.650 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T09:03:51.650 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T09:03:51.759 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-02-10T09:03:51.760 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi178.stdout:Install 3 Packages 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:03:51.761 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-10T09:03:51.762 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 90 M 2024-02-10T09:03:51.762 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 96 M 2024-02-10T09:03:51.762 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout:Install 3 Packages 2024-02-10T09:03:51.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:03:51.764 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 90 M 2024-02-10T09:03:51.764 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 96 M 2024-02-10T09:03:51.764 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-10T09:03:53.028 INFO:teuthology.orchestra.run.smithi178.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 9.5 MB/s | 10 MB 00:01 2024-02-10T09:03:53.104 INFO:teuthology.orchestra.run.smithi134.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 8.9 MB/s | 10 MB 00:01 2024-02-10T09:03:54.128 INFO:teuthology.orchestra.run.smithi178.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-02-10T09:03:54.471 INFO:teuthology.orchestra.run.smithi134.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-02-10T09:03:54.980 INFO:teuthology.orchestra.run.smithi134.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 14 MB/s | 44 MB 00:03 2024-02-10T09:03:54.980 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-10T09:03:54.980 INFO:teuthology.orchestra.run.smithi134.stdout:Total 28 MB/s | 90 MB 00:03 2024-02-10T09:03:55.069 INFO:teuthology.orchestra.run.smithi178.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 14 MB/s | 44 MB 00:03 2024-02-10T09:03:55.069 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-02-10T09:03:55.069 INFO:teuthology.orchestra.run.smithi178.stdout:Total 27 MB/s | 90 MB 00:03 2024-02-10T09:03:55.668 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-10T09:03:55.753 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-02-10T09:03:56.080 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-10T09:03:56.081 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-10T09:03:56.191 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-02-10T09:03:56.191 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-02-10T09:03:57.317 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-10T09:03:57.336 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-10T09:03:57.427 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-02-10T09:03:57.454 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-10T09:04:00.261 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-02-10T09:04:00.581 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T09:04:00.766 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T09:04:04.143 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T09:04:04.330 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T09:04:04.497 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T09:04:04.699 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T09:04:07.927 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T09:04:08.133 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T09:04:08.211 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:08.440 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.180 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.204 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.251 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.274 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.563 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.563 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T09:04:30.563 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T09:04:30.632 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:30.632 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T09:04:30.632 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:04:31.130 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-02-10T09:04:31.282 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T09:04:31.500 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T09:04:31.501 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T09:04:31.501 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T09:04:31.501 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T09:04:31.501 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T09:04:31.501 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T09:04:31.501 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T09:04:31.502 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T09:04:31.713 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T09:04:31.713 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T09:04:31.713 DEBUG:teuthology.orchestra.run.smithi178:> sudo rpm -qi grub2-tools 2024-02-10T09:04:31.746 INFO:teuthology.orchestra.run.smithi178.stdout:Name : grub2-tools 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Epoch : 1 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Version : 2.02 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Release : 129.el8 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: x86_64 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Group : System Environment/Base 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Size : 9265586 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:License : GPLv3+ 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T09:04:31.747 INFO:teuthology.orchestra.run.smithi178.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T09:04:31.748 INFO:teuthology.orchestra.run.smithi178.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T09:04:31.748 INFO:teuthology.orchestra.run.smithi178.stdout:Relocations : (not relocatable) 2024-02-10T09:04:31.748 INFO:teuthology.orchestra.run.smithi178.stdout:Packager : CentOS BuildSystem 2024-02-10T09:04:31.748 INFO:teuthology.orchestra.run.smithi178.stdout:Vendor : CentOS 2024-02-10T09:04:31.748 INFO:teuthology.orchestra.run.smithi178.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T09:04:31.748 INFO:teuthology.orchestra.run.smithi178.stdout:Summary : Support tools for GRUB. 2024-02-10T09:04:31.749 INFO:teuthology.orchestra.run.smithi178.stdout:Description : 2024-02-10T09:04:31.749 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:04:31.749 INFO:teuthology.orchestra.run.smithi178.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T09:04:31.749 INFO:teuthology.orchestra.run.smithi178.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T09:04:31.749 INFO:teuthology.orchestra.run.smithi178.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T09:04:31.749 INFO:teuthology.orchestra.run.smithi178.stdout:hardware devices. 2024-02-10T09:04:31.750 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:04:31.750 INFO:teuthology.orchestra.run.smithi178.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T09:04:31.750 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T09:04:31.751 INFO:teuthology.task.kernel:Updating grub on smithi178 to boot 4.18.0-536.el8.x86_64 2024-02-10T09:04:31.751 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T09:04:31.754 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T09:04:31.755 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:04:31.755 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-10T09:04:31.755 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T09:04:31.755 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T09:04:31.755 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:04:31.755 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-10T09:04:31.901 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T09:04:32.119 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T09:04:32.119 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T09:04:32.119 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T09:04:32.119 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T09:04:32.119 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T09:04:32.119 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T09:04:32.120 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T09:04:32.120 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T09:04:32.330 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T09:04:32.331 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T09:04:32.331 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2024-02-10T09:04:32.365 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2024-02-10T09:04:32.365 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2024-02-10T09:04:32.365 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.02 2024-02-10T09:04:32.365 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 129.el8 2024-02-10T09:04:32.365 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Group : System Environment/Base 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 9265586 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Relocations : (not relocatable) 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : CentOS BuildSystem 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : CentOS 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T09:04:32.366 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:04:32.367 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T09:04:32.368 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T09:04:32.368 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 4.18.0-536.el8.x86_64 2024-02-10T09:04:32.368 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T09:04:33.497 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2024-02-10T09:04:33.595 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-02-10T09:04:35.257 INFO:teuthology.orchestra.run.smithi178.stderr:done 2024-02-10T09:04:35.266 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2024-02-10T09:04:35.301 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.zkZF6PYMua 2024-02-10T09:04:35.302 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zkZF6PYMua 2024-02-10T09:04:35.382 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.zkZF6PYMua 2024-02-10T09:04:35.471 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-02-10T09:04:35.475 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-02-10T09:04:35.500 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.lmBtp2EEAj 2024-02-10T09:04:35.500 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lmBtp2EEAj 2024-02-10T09:04:35.522 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.zkZF6PYMua is 6KB 2024-02-10T09:04:35.570 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.zkZF6PYMua 2024-02-10T09:04:35.588 DEBUG:teuthology.orchestra.run.smithi178:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T09:04:35.591 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.lmBtp2EEAj 2024-02-10T09:04:35.658 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T09:04:35.658 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T09:04:35.658 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T09:04:35.658 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T09:04:35.659 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T09:04:35.698 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.lmBtp2EEAj is 6KB 2024-02-10T09:04:35.748 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.lmBtp2EEAj 2024-02-10T09:04:35.765 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T09:04:35.830 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2024-02-10T09:04:35.835 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T09:04:35.836 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T09:04:35.836 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T09:04:35.836 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T09:04:35.837 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T09:04:35.972 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-02-10T09:05:05.863 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T09:05:05.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:05:05.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:05.976 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T09:05:05.976 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-10T09:05:05.976 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:24.288 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-02-10T09:05:24.544 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-10T09:05:33.296 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:05:33.297 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:33.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-10T09:05:33.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:36.352 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-02-10T09:05:36.608 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-10T09:05:48.364 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:05:48.365 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:48.609 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-10T09:05:48.609 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:51.420 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-02-10T09:06:06.432 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:06:06.433 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:06:09.504 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-02-10T09:06:20.784 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-02-10T09:06:22.280 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-10T09:06:22.280 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-10T09:06:22.281 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-02-10T09:06:22.347 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-536.el8.x86_64 2024-02-10T09:06:22.347 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T09:06:22.347 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T09:06:22.348 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T09:06:23.348 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T09:06:23.349 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T09:06:23.409 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-02-10T09:06:23.424 DEBUG:teuthology.parallel:result is None 2024-02-10T09:06:27.505 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:06:27.506 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:06:28.253 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-02-10T09:06:28.572 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:06:28.572 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-10T09:06:28.573 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-02-10T09:06:28.591 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-536.el8.x86_64 2024-02-10T09:06:28.591 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T09:06:28.592 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T09:06:28.592 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T09:06:29.592 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T09:06:29.592 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T09:06:29.661 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-02-10T09:06:29.681 DEBUG:teuthology.parallel:result is None 2024-02-10T09:06:29.682 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T09:06:29.689 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T09:06:29.689 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T09:06:29.692 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T09:06:29.711 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T09:06:29.740 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T09:06:29.793 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T09:06:29.793 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T09:06:29.796 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T09:06:29.929 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T09:06:29.936 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T09:06:29.936 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T09:06:29.939 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T09:06:29.978 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:06:29.979 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:06:29.987 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:06:29.991 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:06:29.992 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T09:06:30.000 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T09:06:30.000 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T09:06:30.035 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T09:06:30.063 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T09:06:30.074 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T09:06:30.074 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T09:06:30.106 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T09:06:30.123 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T09:06:30.208 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T09:06:30.259 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T09:06:30.347 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T09:06:30.388 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:06:30.388 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T09:06:30.455 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T09:06:30.502 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T09:06:30.557 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T09:06:30.638 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T09:06:30.684 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-02-10T09:06:30.684 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T09:06:30.752 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-02-10T09:06:30.754 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-02-10T09:06:30.803 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T09:06:30.880 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T09:06:31.288 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T09:06:31.296 INFO:teuthology.task.internal:Starting timer... 2024-02-10T09:06:31.296 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T09:06:31.327 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T09:06:31.377 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T09:06:31.377 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-02-10T09:06:31.483 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-02-10T09:06:31.484 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2024-02-10T09:06:31.596 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2024-02-10T09:06:31.598 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T09:06:31.598 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-02-10T09:06:31.661 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-02-10T09:06:31.661 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2024-02-10T09:06:31.687 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2024-02-10T09:06:31.687 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi134.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2024-02-10T09:06:31.688 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T09:06:31.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:06:31.715 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T09:06:31.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:06:31.754 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T09:06:31.754 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-02-10T09:06:31.782 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2024-02-10T09:06:31.821 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T09:06:31.831 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T09:06:31.849 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-10T09:06:31.851 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi134.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T09:14:48.463 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2024-02-10T09:14:48.464 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-10T09:14:48.465 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:14:48.542 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-02-10T09:14:48.614 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-10T09:14:48.615 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:14:48.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:14:48.688 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-02-10T09:14:48.758 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-02-10T09:14:48.759 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T09:14:48.769 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T09:14:48.769 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T09:14:48.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T09:14:48.772 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T09:14:48.772 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T09:14:48.801 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T09:14:48.814 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T09:14:48.831 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T09:14:48.846 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T09:14:48.888 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-02-10T09:14:48.899 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-02-10T09:14:48.912 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T09:14:48.919 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2024-02-10T09:14:48.925 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T09:14:48.930 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2024-02-10T09:14:48.944 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T09:14:48.957 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T09:14:48.998 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-02-10T09:14:49.001 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T09:14:49.001 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-02-10T09:14:49.002 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.002 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.002 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.002 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.021 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2024-02-10T09:14:49.024 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T09:14:49.024 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-02-10T09:14:49.024 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.024 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.024 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.025 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:14:49.026 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T09:14:49.036 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T09:14:49.036 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:14:49.037 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T09:14:49.037 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi178.front.sepia.ceph.com 2024-02-10T09:14:49.037 DEBUG:teuthology.orchestra.run.smithi178:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T09:14:49.827 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:21 ago on Sat 10 Feb 2024 09:13:28 AM UTC. 2024-02-10T09:14:49.852 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:38 ago on Sat 10 Feb 2024 09:13:11 AM UTC. 2024-02-10T09:14:51.784 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:14:51.785 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:14:51.830 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-02-10T09:14:51.831 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:14:51.831 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-02-10T09:14:51.831 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:14:51.831 INFO:teuthology.orchestra.run.smithi178.stdout:Resetting modules: 2024-02-10T09:14:51.832 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools 2024-02-10T09:14:51.832 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:14:51.832 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-02-10T09:14:51.832 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:14:51.832 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:14:52.071 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-10T09:14:52.094 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-02-10T09:14:52.915 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:24 ago on Sat 10 Feb 2024 09:13:28 AM UTC. 2024-02-10T09:14:52.934 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 09:13:11 AM UTC. 2024-02-10T09:14:54.885 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-10T09:14:54.914 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-02-10T09:14:54.920 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:14:54.920 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-10T09:14:54.920 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:14:54.920 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2024-02-10T09:14:54.920 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T09:14:54.920 INFO:teuthology.orchestra.run.smithi134.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-10T09:14:54.921 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools rhel8 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2024-02-10T09:14:54.922 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:14:54.923 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 27 M 2024-02-10T09:14:54.923 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 91 M 2024-02-10T09:14:54.923 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout:Installing group/module packages: 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T09:14:54.950 INFO:teuthology.orchestra.run.smithi178.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout:Installing weak dependencies: 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout:Installing module profiles: 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools/common 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout:Enabling module streams: 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools rhel8 2024-02-10T09:14:54.951 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:14:54.952 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-02-10T09:14:54.952 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-02-10T09:14:54.952 INFO:teuthology.orchestra.run.smithi178.stdout:Install 13 Packages 2024-02-10T09:14:54.952 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:14:54.952 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 27 M 2024-02-10T09:14:54.952 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 91 M 2024-02-10T09:14:54.953 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-02-10T09:14:55.445 INFO:teuthology.orchestra.run.smithi134.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 2.3 MB/s | 759 kB 00:00 2024-02-10T09:14:55.496 INFO:teuthology.orchestra.run.smithi134.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 2.7 MB/s | 1.0 MB 00:00 2024-02-10T09:14:55.503 INFO:teuthology.orchestra.run.smithi178.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 2.0 MB/s | 759 kB 00:00 2024-02-10T09:14:55.521 INFO:teuthology.orchestra.run.smithi134.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 503 kB/s | 38 kB 00:00 2024-02-10T09:14:55.621 INFO:teuthology.orchestra.run.smithi134.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 1.9 MB/s | 248 kB 00:00 2024-02-10T09:14:55.654 INFO:teuthology.orchestra.run.smithi178.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 253 kB/s | 38 kB 00:00 2024-02-10T09:14:55.687 INFO:teuthology.orchestra.run.smithi178.stdout:(3/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.8 MB/s | 1.0 MB 00:00 2024-02-10T09:14:55.754 INFO:teuthology.orchestra.run.smithi178.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 2.4 MB/s | 248 kB 00:00 2024-02-10T09:14:55.763 INFO:teuthology.orchestra.run.smithi134.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.2 MB/s | 179 kB 00:00 2024-02-10T09:14:55.822 INFO:teuthology.orchestra.run.smithi134.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2024-02-10T09:14:55.855 INFO:teuthology.orchestra.run.smithi178.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.8 MB/s | 179 kB 00:00 2024-02-10T09:14:55.888 INFO:teuthology.orchestra.run.smithi134.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-02-10T09:14:55.913 INFO:teuthology.orchestra.run.smithi178.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2024-02-10T09:14:55.989 INFO:teuthology.orchestra.run.smithi178.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-02-10T09:14:56.214 INFO:teuthology.orchestra.run.smithi134.stdout:(8/13): buildah-1.34.0-1.module_el8+804+f131391 8.8 MB/s | 9.7 MB 00:01 2024-02-10T09:14:56.264 INFO:teuthology.orchestra.run.smithi134.stdout:(9/13): netavark-1.9.0-1.module_el8+804+f131391 5.3 MB/s | 4.0 MB 00:00 2024-02-10T09:14:56.323 INFO:teuthology.orchestra.run.smithi134.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 904 kB/s | 53 kB 00:00 2024-02-10T09:14:56.423 INFO:teuthology.orchestra.run.smithi134.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2024-02-10T09:14:56.847 INFO:teuthology.orchestra.run.smithi178.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 3.4 MB/s | 4.0 MB 00:01 2024-02-10T09:14:56.856 INFO:teuthology.orchestra.run.smithi134.stdout:(12/13): skopeo-1.14.0-2.module_el8+804+f131391 9.1 MB/s | 8.8 MB 00:00 2024-02-10T09:14:57.215 INFO:teuthology.orchestra.run.smithi134.stdout:(13/13): toolbox-0.0.99.4-8.module_el8+804+f131 2.5 MB/s | 2.5 MB 00:01 2024-02-10T09:14:57.215 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-10T09:14:57.216 INFO:teuthology.orchestra.run.smithi134.stdout:Total 12 MB/s | 27 MB 00:02 2024-02-10T09:14:57.486 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-10T09:14:57.506 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-10T09:14:57.507 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-10T09:14:57.514 INFO:teuthology.orchestra.run.smithi178.stdout:(9/13): skopeo-1.14.0-2.module_el8+804+f131391c 5.8 MB/s | 8.8 MB 00:01 2024-02-10T09:14:57.581 INFO:teuthology.orchestra.run.smithi178.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 793 kB/s | 53 kB 00:00 2024-02-10T09:14:57.673 INFO:teuthology.orchestra.run.smithi178.stdout:(11/13): toolbox-0.0.99.4-8.module_el8+804+f131 3.0 MB/s | 2.5 MB 00:00 2024-02-10T09:14:57.698 INFO:teuthology.orchestra.run.smithi178.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2024-02-10T09:14:57.764 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-10T09:14:57.767 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-10T09:14:58.390 INFO:teuthology.orchestra.run.smithi178.stdout:(13/13): buildah-1.34.0-1.module_el8+804+f13139 3.0 MB/s | 9.7 MB 00:03 2024-02-10T09:14:58.390 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-02-10T09:14:58.390 INFO:teuthology.orchestra.run.smithi178.stdout:Total 7.9 MB/s | 27 MB 00:03 2024-02-10T09:14:58.468 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-10T09:14:58.664 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-02-10T09:14:58.670 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-10T09:14:58.685 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-02-10T09:14:58.685 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-02-10T09:14:58.832 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-10T09:14:58.945 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-02-10T09:14:58.948 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-02-10T09:14:59.049 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-10T09:14:59.267 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:14:59.640 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-02-10T09:14:59.806 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-10T09:14:59.839 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-10T09:15:00.026 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-10T09:15:00.229 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-10T09:15:00.461 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:15:00.796 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:15:00.983 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-10T09:15:01.041 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-10T09:15:01.253 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-10T09:15:01.519 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-10T09:15:01.955 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-10T09:15:01.958 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:15:02.281 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-10T09:15:02.502 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-10T09:15:02.738 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-10T09:15:02.893 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:15:03.112 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-10T09:15:03.145 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-10T09:15:03.298 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-10T09:15:03.715 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-10T09:15:03.716 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:15:03.716 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-10T09:15:04.087 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-10T09:15:04.242 INFO:teuthology.orchestra.run.smithi134.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:15:04.243 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-10T09:15:04.306 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-10T09:15:04.490 DEBUG:teuthology.parallel:result is None 2024-02-10T09:15:04.491 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:15:04.912 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:15:04.912 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-10T09:15:04.912 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-10T09:15:04.912 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:15:04.913 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-10T09:15:05.438 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-10T09:15:05.438 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:15:05.438 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-02-10T09:15:05.438 INFO:teuthology.orchestra.run.smithi178.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:05.438 INFO:teuthology.orchestra.run.smithi178.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:05.438 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:15:05.439 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-02-10T09:15:05.722 DEBUG:teuthology.parallel:result is None 2024-02-10T09:15:05.722 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T09:15:05.790 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-10T09:15:05.790 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-02-10T09:15:05.791 INFO:tasks.cephadm:Cluster fsid is e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:05.791 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T09:15:05.791 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-10T09:15:05.791 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi134': '172.21.15.134', 'mon.smithi178': '172.21.15.178'} 2024-02-10T09:15:05.791 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T09:15:05.791 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-02-10T09:15:05.825 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2024-02-10T09:15:05.853 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-02-10T09:15:05.853 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T09:15:06.048 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 10 09:15 /home/ubuntu/cephtest/cephadm 2024-02-10T09:15:06.049 DEBUG:teuthology.orchestra.run.smithi178:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T09:15:06.183 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 10 09:15 /home/ubuntu/cephtest/cephadm 2024-02-10T09:15:06.183 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T09:15:06.206 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T09:15:06.235 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-02-10T09:15:06.278 DEBUG:teuthology.orchestra.run.smithi178:> sudo mkdir -p /etc/ceph 2024-02-10T09:15:06.304 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-02-10T09:15:06.349 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 777 /etc/ceph 2024-02-10T09:15:06.375 INFO:tasks.cephadm:Writing seed config... 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T09:15:06.376 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-10T09:15:06.377 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:15:06.377 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T09:15:06.409 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = e11eeb62-c7f4-11ee-95b8-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-10T09:15:06.409 DEBUG:teuthology.orchestra.run.smithi134:mon.smithi134> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service 2024-02-10T09:15:06.452 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T09:15:06.452 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.134 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:15:06.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:-- Logs begin at Sat 2024-02-10 09:05:59 UTC. -- 2024-02-10T09:15:06.617 INFO:teuthology.orchestra.run.smithi134.stderr:container_init=False 2024-02-10T09:15:06.617 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying podman|docker is present... 2024-02-10T09:15:06.618 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying lvm2 is present... 2024-02-10T09:15:06.618 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying time synchronization is in place... 2024-02-10T09:15:06.618 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chrony.service 2024-02-10T09:15:06.623 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T09:15:06.623 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chrony.service 2024-02-10T09:15:06.628 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-10T09:15:06.628 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-10T09:15:06.633 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout enabled 2024-02-10T09:15:06.633 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chronyd.service 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout active 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:Unit chronyd.service is enabled and running 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:Repeating the final host check... 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:podman|docker (/bin/podman) is present 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl is present 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:lvcreate is present 2024-02-10T09:15:06.639 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chrony.service 2024-02-10T09:15:06.643 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T09:15:06.643 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chrony.service 2024-02-10T09:15:06.648 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-10T09:15:06.648 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-10T09:15:06.653 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout enabled 2024-02-10T09:15:06.653 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chronyd.service 2024-02-10T09:15:06.658 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout active 2024-02-10T09:15:06.658 INFO:teuthology.orchestra.run.smithi134.stderr:Unit chronyd.service is enabled and running 2024-02-10T09:15:06.658 INFO:teuthology.orchestra.run.smithi134.stderr:Host looks OK 2024-02-10T09:15:06.658 INFO:teuthology.orchestra.run.smithi134.stderr:Cluster fsid: e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:06.658 INFO:teuthology.orchestra.run.smithi134.stderr:Acquiring lock 140263976305160 on /run/cephadm/e11eeb62-c7f4-11ee-95b8-87774f69a715.lock 2024-02-10T09:15:06.659 INFO:teuthology.orchestra.run.smithi134.stderr:Lock 140263976305160 acquired on /run/cephadm/e11eeb62-c7f4-11ee-95b8-87774f69a715.lock 2024-02-10T09:15:06.659 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 3300 ... 2024-02-10T09:15:06.659 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 6789 ... 2024-02-10T09:15:06.659 INFO:teuthology.orchestra.run.smithi134.stderr:Base mon IP is 172.21.15.134, final addrv is [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2024-02-10T09:15:06.659 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /sbin/ip route ls 2024-02-10T09:15:06.661 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.134 metric 100 2024-02-10T09:15:06.661 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 metric 100 2024-02-10T09:15:06.661 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /sbin/ip -6 route ls 2024-02-10T09:15:06.663 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T09:15:06.663 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-10T09:15:06.663 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1778sec hoplimit 64 pref medium 2024-02-10T09:15:06.663 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /sbin/ip -6 addr ls 2024-02-10T09:15:06.665 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T09:15:06.665 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T09:15:06.665 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T09:15:06.665 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-10T09:15:06.665 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:6de9/64 scope link 2024-02-10T09:15:06.665 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T09:15:06.666 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP 172.21.15.134 is in CIDR network 172.21.0.0/20 2024-02-10T09:15:06.667 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-02-10T09:15:06.667 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-02-10T09:15:08.514 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-02-10T09:15:15.257 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Getting image source signatures 2024-02-10T09:15:15.262 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-02-10T09:15:15.262 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-10T09:15:28.762 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-10T09:15:28.919 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Writing manifest to image destination 2024-02-10T09:15:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-10T09:15:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:Extracting ceph user uid/gid from container image... 2024-02-10T09:15:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi134 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-02-10T09:15:29.867 INFO:teuthology.orchestra.run.smithi134.stderr:stat: stdout 167 167 2024-02-10T09:15:30.411 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial keys... 2024-02-10T09:15:30.411 INFO:teuthology.orchestra.run.smithi134.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=smithi134 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-10T09:15:30.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: stdout AQCyPsdlpXtOMhAAqQh41Y4OBMJvVkTB5hxQ/w== 2024-02-10T09:15:31.433 INFO:teuthology.orchestra.run.smithi134.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=smithi134 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-10T09:15:31.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: stdout AQCzPsdldWmeMRAACyBi6JuPfiQ/P8n8quMPwQ== 2024-02-10T09:15:32.412 INFO:teuthology.orchestra.run.smithi134.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=smithi134 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-10T09:15:32.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: stdout AQC0Psdl1K7WMRAAbXbcZYn5cKZ8q2QvEJmJPQ== 2024-02-10T09:15:33.471 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial monmap... 2024-02-10T09:15:33.472 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /tmp/ceph-tmpbvasvdpz:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 --addv smithi134 [v2:172.21.15.134:3300,v1:172.21.15.134:6789] /tmp/monmap 2024-02-10T09:15:33.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T09:15:33.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:33.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T09:15:34.540 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mon... 2024-02-10T09:15:34.542 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z -v /tmp/ceph-tmp1c5se_5m:/tmp/keyring:z -v /tmp/ceph-tmpbvasvdpz:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi134 --fsid e11eeb62-c7f4-11ee-95b8-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 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.972+0000 7fbf6f35e6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.972+0000 7fbf6f35e6c0 1 imported monmap: 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-02-10T09:15:33.883107+0000 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr created 2024-02-10T09:15:33.883107+0000 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.smithi134 2024-02-10T09:15:35.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.972+0000 7fbf6f35e6c0 0 /usr/bin/ceph-mon: set fsid to e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 0 set rocksdb option compression = kNoCompression 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 0 set rocksdb option compression = kNoCompression 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Compile date May 26 2021 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: DB SUMMARY 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 0, files: 2024-02-10T09:15:35.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.error_if_exists: 0 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.create_if_missing: 1 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.env: 0x5635b76dd1c0 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.info_log: 0x5635b917f620 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.statistics: (nil) 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.use_fsync: 0 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T09:15:35.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.db_log_dir: 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T09:15:35.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.write_buffer_manager: 0x5635b91b8660 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T09:15:35.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.row_cache: None 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.wal_filter: None 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.two_write_queues: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.atomic_flush: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T09:15:35.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.max_open_files: -1 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Compression algorithms supported: 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T09:15:35.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kZSTD supported: 0 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kXpressCompression supported: 0 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kZlibCompression supported: 1 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.973+0000 7fbf6f35e6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000001 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T09:15:35.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.merge_operator: 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_filter: None 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635b91172b0) 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x5635b914c510 2024-02-10T09:15:35.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-10T09:15:35.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression: NoCompression 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.num_levels: 7 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T09:15:35.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T09:15:35.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T09:15:35.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.table_properties_collectors: 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T09:15:35.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.bloom_locality: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: Options.ttl: 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.974+0000 7fbf6f35e6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.977+0000 7fbf6f35e6c0 4 rocksdb: DB pointer 0x5635b9d78400 2024-02-10T09:15:35.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.977+0000 7fbf58245700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.977+0000 7fbf58245700 4 rocksdb: [db/db_impl.cc:778] 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T09:15:35.054 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.055 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.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 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.978+0000 7fbf6f35e6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.979+0000 7fbf6f35e6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-10T09:15:35.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-10T09:15:34.979+0000 7fbf6f35e6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi134 for mon.smithi134 2024-02-10T09:15:35.592 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:35.597 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl disable ceph.target 2024-02-10T09:15:35.688 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph.target 2024-02-10T09:15:35.694 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T09:15:35.770 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph.target 2024-02-10T09:15:35.777 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target 2024-02-10T09:15:35.783 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target. 2024-02-10T09:15:35.783 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target. 2024-02-10T09:15:35.858 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target 2024-02-10T09:15:35.882 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl daemon-reload 2024-02-10T09:15:35.964 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134 2024-02-10T09:15:35.993 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl reset-failed ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134 2024-02-10T09:15:35.999 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to reset failed state of unit ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service: Unit ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service not loaded. 2024-02-10T09:15:35.999 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134 2024-02-10T09:15:36.004 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target.wants/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service → /etc/systemd/system/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@.service. 2024-02-10T09:15:36.081 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134 2024-02-10T09:15:36.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:36 smithi134 systemd[1]: Starting Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T09:15:36.589 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:15:36.597 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-10T09:15:36.597 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:15:36.603 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-10T09:15:36.603 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-10T09:15:36.603 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T09:15:36.603 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-10T09:15:36.604 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon to start... 2024-02-10T09:15:36.604 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon... 2024-02-10T09:15:36.604 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-02-10T09:15:36.822 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:36 smithi134 bash[34466]: c83f9a3013a2327c21b625a135dac8fdf8b7f7ec648dd1ff97c8b4db280a5995 2024-02-10T09:15:36.822 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:36 smithi134 systemd[1]: Started Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715. 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout cluster: 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout id: e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout services: 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi134 (age 0.63554s) 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T09:15:37.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:37.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout data: 2024-02-10T09:15:37.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T09:15:37.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T09:15:37.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T09:15:37.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout pgs: 2024-02-10T09:15:37.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:37.769 INFO:teuthology.orchestra.run.smithi134.stderr:mon is available 2024-02-10T09:15:37.769 INFO:teuthology.orchestra.run.smithi134.stderr:Assimilating anything we can from ceph.conf... 2024-02-10T09:15:37.769 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi134/config 2024-02-10T09:15:38.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:38.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout [global] 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout fsid = e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout [mgr] 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout [osd] 2024-02-10T09:15:38.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T09:15:38.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-02-10T09:15:38.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T09:15:38.942 INFO:teuthology.orchestra.run.smithi134.stderr:Generating new minimal ceph.conf... 2024-02-10T09:15:38.942 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi134/config 2024-02-10T09:15:40.443 INFO:teuthology.orchestra.run.smithi134.stderr:Restarting the monitor... 2024-02-10T09:15:40.443 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl restart ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134 2024-02-10T09:15:40.572 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:40 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T09:15:41.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:41 smithi134 podman[34798]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon.smithi134 2024-02-10T09:15:41.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:41 smithi134 systemd[1]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service: Succeeded. 2024-02-10T09:15:41.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:41 smithi134 systemd[1]: Stopped Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715. 2024-02-10T09:15:41.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:41 smithi134 systemd[1]: Starting Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T09:15:41.757 INFO:teuthology.orchestra.run.smithi134.stderr:Setting mon public_network... 2024-02-10T09:15:41.757 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-02-10T09:15:42.032 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:41 smithi134 bash[34872]: 00280308fe46785d9e1a65422bddb55c80b6d4e61f82ecadcb78ede43cd0cf01 2024-02-10T09:15:42.032 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 09:15:41 smithi134 systemd[1]: Started Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715. 2024-02-10T09:15:42.930 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mgr... 2024-02-10T09:15:42.930 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying port 9283 ... 2024-02-10T09:15:42.931 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl daemon-reload 2024-02-10T09:15:43.017 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn 2024-02-10T09:15:43.037 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl reset-failed ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn 2024-02-10T09:15:43.042 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to reset failed state of unit ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn.service: Unit ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn.service not loaded. 2024-02-10T09:15:43.042 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn 2024-02-10T09:15:43.048 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715.target.wants/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn.service → /etc/systemd/system/ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@.service. 2024-02-10T09:15:43.132 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mgr.smithi134.rvbzvn 2024-02-10T09:15:43.751 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:15:43.759 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-10T09:15:43.759 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:15:43.766 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-10T09:15:43.766 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-10T09:15:43.766 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T09:15:43.767 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-10T09:15:43.767 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:15:43.773 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-10T09:15:43.774 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:15:43.780 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-10T09:15:43.780 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-10T09:15:43.780 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-10T09:15:43.781 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:15:43.781 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-10T09:15:43.781 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr to start... 2024-02-10T09:15:43.781 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr... 2024-02-10T09:15:43.781 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-10T09:15:44.377 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsid": "e11eeb62-c7f4-11ee-95b8-87774f69a715", 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "health": { 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 0 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smithi134" 2024-02-10T09:15:44.378 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T09:15:44.379 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T09:15:44.382 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T09:15:44.382 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T09:15:44.383 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modified": "2024-02-10T09:15:36.554760+0000", 2024-02-10T09:15:44.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-10T09:15:44.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:44.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T09:15:44.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:44.947 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (1/10)... 2024-02-10T09:15:45.948 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-10T09:15:46.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:46.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsid": "e11eeb62-c7f4-11ee-95b8-87774f69a715", 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "health": { 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 0 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smithi134" 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_age": 4, 2024-02-10T09:15:46.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T09:15:46.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T09:15:46.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T09:15:46.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T09:15:46.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T09:15:46.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modified": "2024-02-10T09:15:36.554760+0000", 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T09:15:46.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:47.128 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (2/10)... 2024-02-10T09:15:48.129 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsid": "e11eeb62-c7f4-11ee-95b8-87774f69a715", 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "health": { 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T09:15:48.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 0 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smithi134" 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T09:15:48.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T09:15:48.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-10T09:15:48.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modified": "2024-02-10T09:15:36.554760+0000", 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T09:15:48.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:49.401 INFO:teuthology.orchestra.run.smithi134.stderr:mgr is available 2024-02-10T09:15:49.401 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-02-10T09:15:50.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-02-10T09:15:50.765 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling cephadm module... 2024-02-10T09:15:50.765 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-02-10T09:15:52.738 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_name": "smithi134.rvbzvn", 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-10T09:15:53.453 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6800", 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 1332501147 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6801", 2024-02-10T09:15:53.454 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 1332501147 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.134:6801/1332501147", 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-10T09:15:47.393572+0000", 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-10T09:15:53.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:15:53.520 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.527 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-10T09:15:53.528 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.529 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.530 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.531 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.532 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active": { 2024-02-10T09:15:53.533 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-10T09:15:53.534 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.535 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.536 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.537 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.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.", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-10T09:15:53.538 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.539 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-10T09:15:53.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.541 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.542 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.543 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.544 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-10T09:15:53.545 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "none", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-10T09:15:53.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-10T09:15:53.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.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.", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-10T09:15:53.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-10T09:15:53.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "root" 2024-02-10T09:15:53.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-10T09:15:53.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-10T09:15:53.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-10T09:15:53.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-10T09:15:53.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-10T09:15:53.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-10T09:15:53.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-10T09:15:53.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-10T09:15:53.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-10T09:15:53.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-10T09:15:53.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-10T09:15:53.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-10T09:15:53.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "database": { 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "password": { 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "port": { 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "username": { 2024-02-10T09:15:53.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:53.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rook", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-10T09:15:54.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "address": { 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-10T09:15:54.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "description": { 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-10T09:15:54.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url": { 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-10T09:15:54.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:15:54.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {}, 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-10T09:15:54.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-10T09:15:54.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 559290583 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 4118192045 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:15:54.141 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2024-02-10T09:15:54.141 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for Mgr epoch 5... 2024-02-10T09:15:54.141 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-10T09:15:56.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:15:56.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-10T09:15:56.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-10T09:15:56.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:01.967 INFO:teuthology.orchestra.run.smithi134.stderr:Mgr epoch 5 is available 2024-02-10T09:16:01.968 INFO:teuthology.orchestra.run.smithi134.stderr:Setting orchestrator backend to cephadm... 2024-02-10T09:16:01.968 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-02-10T09:16:05.713 INFO:teuthology.orchestra.run.smithi134.stderr:Generating ssh key... 2024-02-10T09:16:05.714 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-02-10T09:16:07.161 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-02-10T09:16:07.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCguuEQNE2vM/z3LS/bpNgq0Zk9YS+ixLrCBGmrgBiu1pVNv2eQWw0hu/uu0V/WfwI/NZHtgNbiAVwlZYLAfGOEskHHpjnZ+zwkzp86Z+DxP+ScELBZzfiX3bFP/SwN4ZDJYp2edfxNxGPtTS1Ki3zsxQYJDbJPeG7xBIOMUKCNiKaQqBJoDVvtGZ3bN5TAGeTMFjOSYlPBy8XBlqFI1RubQXETUU31z7h34N/w4oELPqre7QUoBaynDo7O1fSP7NknFwe+Crc82sAHO/InK2bAqZkWPorBGkBvsFXd1vIbAtgjOc585hR18YBtIHI1dcda4E03MY5Ld8dRxwZ2ssLZqndTMNpO4Ud6/kMhXAk3LbhJbppZF7mei3ZJ1HLnWfNh9ch5vTe7CVoopuagoATsA2ePJsYJZadLtcsxJjZxWh6u83cEWWSRKLibe9fmHQ1BRQatSSUkZtRFeTQB6Rwk5FO0g3G+0WxMir31Ln+9B3xejZI65R4fHdYR5o5UYss= ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:16:08.376 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:16:08.376 INFO:teuthology.orchestra.run.smithi134.stderr:Adding key to root@localhost's authorized_keys... 2024-02-10T09:16:08.377 INFO:teuthology.orchestra.run.smithi134.stderr:Adding host smithi134... 2024-02-10T09:16:08.377 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi134 2024-02-10T09:16:09.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Added host 'smithi134' 2024-02-10T09:16:10.199 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mon service with default placement... 2024-02-10T09:16:10.199 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-02-10T09:16:11.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-10T09:16:13.416 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mgr service with default placement... 2024-02-10T09:16:13.416 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-02-10T09:16:14.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-10T09:16:14.688 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying crash service with default placement... 2024-02-10T09:16:14.688 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-02-10T09:16:15.419 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-10T09:16:16.062 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling mgr prometheus module... 2024-02-10T09:16:16.062 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-02-10T09:16:18.419 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying prometheus service with default placement... 2024-02-10T09:16:18.419 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-02-10T09:16:22.511 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-10T09:16:23.411 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying grafana service with default placement... 2024-02-10T09:16:23.411 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-02-10T09:16:24.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-10T09:16:25.667 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying node-exporter service with default placement... 2024-02-10T09:16:25.667 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-02-10T09:16:26.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-10T09:16:27.049 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying alertmanager service with default placement... 2024-02-10T09:16:27.049 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-02-10T09:16:27.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-10T09:16:28.447 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-02-10T09:16:29.795 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-10T09:16:31.144 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling the dashboard module... 2024-02-10T09:16:31.144 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-02-10T09:16:33.418 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-10T09:16:34.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-02-10T09:16:34.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_gid": 14142, 2024-02-10T09:16:34.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_name": "smithi134.rvbzvn", 2024-02-10T09:16:34.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-10T09:16:34.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6800", 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 4193004379 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6801", 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 4193004379 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.134:6801/4193004379", 2024-02-10T09:16:34.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-10T09:16:21.448023+0000", 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "dashboard", 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus", 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-10T09:16:34.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-10T09:16:34.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-10T09:16:34.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-10T09:16:34.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-10T09:16:34.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-10T09:16:34.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-10T09:16:34.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-10T09:16:34.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active": { 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T09:16:34.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.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.", 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-10T09:16:34.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-10T09:16:34.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "none", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.593 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.594 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.595 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-10T09:16:34.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.597 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.598 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.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.", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.599 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.600 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.601 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-10T09:16:34.602 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-10T09:16:34.603 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.604 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.605 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-10T09:16:34.606 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-10T09:16:34.607 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.608 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.609 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.610 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.611 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.612 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.613 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.615 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.616 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "root" 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-10T09:16:34.617 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-10T09:16:34.618 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.619 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-10T09:16:34.620 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-10T09:16:34.621 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-10T09:16:34.622 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.623 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.624 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.625 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.629 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.630 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.631 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.632 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-10T09:16:34.633 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-10T09:16:34.634 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.636 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.637 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.639 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.640 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.641 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.642 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.645 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.646 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.647 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.648 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.652 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-10T09:16:34.653 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-10T09:16:34.654 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.655 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-10T09:16:34.656 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-10T09:16:34.657 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-10T09:16:34.658 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-10T09:16:34.659 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.660 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.662 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.663 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.664 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.665 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.667 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.668 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.669 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.670 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.671 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.672 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.673 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-10T09:16:34.675 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-10T09:16:34.676 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.677 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-10T09:16:34.678 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.679 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.680 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.681 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.683 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.684 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.685 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.686 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.687 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.688 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.690 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.691 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.692 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.693 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.694 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.695 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.696 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.698 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.699 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.700 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.701 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.702 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.703 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.704 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.706 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.707 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.708 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.709 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:16:34.710 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.711 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.712 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "database": { 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.713 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.714 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.715 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.716 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.717 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.718 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.719 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "password": { 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "port": { 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.721 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.722 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.723 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "username": { 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.724 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.725 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.726 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.727 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.728 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.729 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.730 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.731 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.732 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.733 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.734 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.735 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.736 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.737 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.738 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.739 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.744 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.745 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.749 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.750 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.751 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.752 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.753 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.754 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.755 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.756 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.757 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.758 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.759 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rook", 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.761 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.762 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.763 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.765 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.766 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.767 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.768 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.769 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.770 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-10T09:16:34.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "address": { 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-10T09:16:34.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "description": { 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url": { 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-10T09:16:34.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-10T09:16:34.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": { 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi134.front.sepia.ceph.com:9283/" 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-10T09:16:34.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-10T09:16:34.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 1038881292 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-10T09:16:34.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 3983755982 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:34.885 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2024-02-10T09:16:34.885 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for Mgr epoch 13... 2024-02-10T09:16:34.885 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-10T09:16:37.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-10T09:16:37.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-02-10T09:16:37.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-10T09:16:37.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-10T09:16:38.536 INFO:teuthology.orchestra.run.smithi134.stderr:Mgr epoch 13 is available 2024-02-10T09:16:38.537 INFO:teuthology.orchestra.run.smithi134.stderr:Generating a dashboard self-signed certificate... 2024-02-10T09:16:38.537 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-02-10T09:16:40.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-10T09:16:40.921 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial admin user... 2024-02-10T09:16:40.921 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_c5cp4i7:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-10T09:16:41.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$qsUJlFdhULuBhjC8xhCkP.xa6tEzgPqP1tiOxYdN8KIkx7l9btsMK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707556601, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T09:16:42.429 INFO:teuthology.orchestra.run.smithi134.stderr:Fetching dashboard port number... 2024-02-10T09:16:42.429 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpho1m4yy7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpkvpg0f62:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-02-10T09:16:43.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 8443 2024-02-10T09:16:43.737 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:16:43.745 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-10T09:16:43.746 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:16:43.753 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-10T09:16:43.753 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-10T09:16:43.753 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T09:16:43.756 INFO:teuthology.orchestra.run.smithi134.stderr:Ceph Dashboard is now available at: 2024-02-10T09:16:43.756 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.756 INFO:teuthology.orchestra.run.smithi134.stderr: URL: https://smithi134.front.sepia.ceph.com:8443/ 2024-02-10T09:16:43.756 INFO:teuthology.orchestra.run.smithi134.stderr: User: admin 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: Password: plirluqb3n 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr:You can access the Ceph CLI with: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: ceph telemetry on 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr:For more information see: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr:Bootstrap complete. 2024-02-10T09:16:43.757 INFO:teuthology.orchestra.run.smithi134.stderr:Releasing lock 140263976305160 on /run/cephadm/e11eeb62-c7f4-11ee-95b8-87774f69a715.lock 2024-02-10T09:16:43.758 INFO:teuthology.orchestra.run.smithi134.stderr:Lock 140263976305160 released on /run/cephadm/e11eeb62-c7f4-11ee-95b8-87774f69a715.lock 2024-02-10T09:16:43.788 INFO:tasks.cephadm:Fetching config... 2024-02-10T09:16:43.789 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:16:43.789 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T09:16:43.807 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T09:16:43.807 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:16:43.807 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T09:16:43.865 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T09:16:43.865 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:16:43.865 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/keyring of=/dev/stdout 2024-02-10T09:16:43.933 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T09:16:43.934 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:16:43.934 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T09:16:43.991 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T09:16:43.991 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCguuEQNE2vM/z3LS/bpNgq0Zk9YS+ixLrCBGmrgBiu1pVNv2eQWw0hu/uu0V/WfwI/NZHtgNbiAVwlZYLAfGOEskHHpjnZ+zwkzp86Z+DxP+ScELBZzfiX3bFP/SwN4ZDJYp2edfxNxGPtTS1Ki3zsxQYJDbJPeG7xBIOMUKCNiKaQqBJoDVvtGZ3bN5TAGeTMFjOSYlPBy8XBlqFI1RubQXETUU31z7h34N/w4oELPqre7QUoBaynDo7O1fSP7NknFwe+Crc82sAHO/InK2bAqZkWPorBGkBvsFXd1vIbAtgjOc585hR18YBtIHI1dcda4E03MY5Ld8dRxwZ2ssLZqndTMNpO4Ud6/kMhXAk3LbhJbppZF7mei3ZJ1HLnWfNh9ch5vTe7CVoopuagoATsA2ePJsYJZadLtcsxJjZxWh6u83cEWWSRKLibe9fmHQ1BRQatSSUkZtRFeTQB6Rwk5FO0g3G+0WxMir31Ln+9B3xejZI65R4fHdYR5o5UYss= ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T09:16:44.070 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCguuEQNE2vM/z3LS/bpNgq0Zk9YS+ixLrCBGmrgBiu1pVNv2eQWw0hu/uu0V/WfwI/NZHtgNbiAVwlZYLAfGOEskHHpjnZ+zwkzp86Z+DxP+ScELBZzfiX3bFP/SwN4ZDJYp2edfxNxGPtTS1Ki3zsxQYJDbJPeG7xBIOMUKCNiKaQqBJoDVvtGZ3bN5TAGeTMFjOSYlPBy8XBlqFI1RubQXETUU31z7h34N/w4oELPqre7QUoBaynDo7O1fSP7NknFwe+Crc82sAHO/InK2bAqZkWPorBGkBvsFXd1vIbAtgjOc585hR18YBtIHI1dcda4E03MY5Ld8dRxwZ2ssLZqndTMNpO4Ud6/kMhXAk3LbhJbppZF7mei3ZJ1HLnWfNh9ch5vTe7CVoopuagoATsA2ePJsYJZadLtcsxJjZxWh6u83cEWWSRKLibe9fmHQ1BRQatSSUkZtRFeTQB6Rwk5FO0g3G+0WxMir31Ln+9B3xejZI65R4fHdYR5o5UYss= ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:16:44.082 DEBUG:teuthology.orchestra.run.smithi178:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCguuEQNE2vM/z3LS/bpNgq0Zk9YS+ixLrCBGmrgBiu1pVNv2eQWw0hu/uu0V/WfwI/NZHtgNbiAVwlZYLAfGOEskHHpjnZ+zwkzp86Z+DxP+ScELBZzfiX3bFP/SwN4ZDJYp2edfxNxGPtTS1Ki3zsxQYJDbJPeG7xBIOMUKCNiKaQqBJoDVvtGZ3bN5TAGeTMFjOSYlPBy8XBlqFI1RubQXETUU31z7h34N/w4oELPqre7QUoBaynDo7O1fSP7NknFwe+Crc82sAHO/InK2bAqZkWPorBGkBvsFXd1vIbAtgjOc585hR18YBtIHI1dcda4E03MY5Ld8dRxwZ2ssLZqndTMNpO4Ud6/kMhXAk3LbhJbppZF7mei3ZJ1HLnWfNh9ch5vTe7CVoopuagoATsA2ePJsYJZadLtcsxJjZxWh6u83cEWWSRKLibe9fmHQ1BRQatSSUkZtRFeTQB6Rwk5FO0g3G+0WxMir31Ln+9B3xejZI65R4fHdYR5o5UYss= ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T09:16:44.128 INFO:teuthology.orchestra.run.smithi178.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCguuEQNE2vM/z3LS/bpNgq0Zk9YS+ixLrCBGmrgBiu1pVNv2eQWw0hu/uu0V/WfwI/NZHtgNbiAVwlZYLAfGOEskHHpjnZ+zwkzp86Z+DxP+ScELBZzfiX3bFP/SwN4ZDJYp2edfxNxGPtTS1Ki3zsxQYJDbJPeG7xBIOMUKCNiKaQqBJoDVvtGZ3bN5TAGeTMFjOSYlPBy8XBlqFI1RubQXETUU31z7h34N/w4oELPqre7QUoBaynDo7O1fSP7NknFwe+Crc82sAHO/InK2bAqZkWPorBGkBvsFXd1vIbAtgjOc585hR18YBtIHI1dcda4E03MY5Ld8dRxwZ2ssLZqndTMNpO4Ud6/kMhXAk3LbhJbppZF7mei3ZJ1HLnWfNh9ch5vTe7CVoopuagoATsA2ePJsYJZadLtcsxJjZxWh6u83cEWWSRKLibe9fmHQ1BRQatSSUkZtRFeTQB6Rwk5FO0g3G+0WxMir31Ln+9B3xejZI65R4fHdYR5o5UYss= ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:16:44.140 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T09:16:47.622 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi178 2024-02-10T09:16:47.622 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-02-10T09:16:47.622 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.conf 2024-02-10T09:16:47.644 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-02-10T09:16:47.644 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:16:47.705 INFO:tasks.cephadm:Adding host smithi178 to orchestrator... 2024-02-10T09:16:47.705 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch host add smithi178 2024-02-10T09:17:09.833 INFO:teuthology.orchestra.run.smithi178.stdout:Added host 'smithi178' 2024-02-10T09:17:10.433 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T09:17:12.165 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:17:12.165 INFO:teuthology.orchestra.run.smithi178.stdout:[{"addr": "smithi134", "hostname": "smithi134", "labels": [], "status": ""}, {"addr": "smithi178", "hostname": "smithi178", "labels": [], "status": ""}] 2024-02-10T09:17:12.769 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T09:17:12.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T09:17:14.766 INFO:teuthology.orchestra.run.smithi134.stderr:adjusted tunables profile to default 2024-02-10T09:17:15.375 INFO:tasks.cephadm:Adding mon.smithi178 on smithi178 2024-02-10T09:17:15.375 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add mon smithi178:172.21.15.178=smithi178 2024-02-10T09:17:26.028 INFO:teuthology.orchestra.run.smithi178.stdout:Deployed mon.smithi178 on host 'smithi178' 2024-02-10T09:17:26.608 DEBUG:teuthology.orchestra.run.smithi178:mon.smithi178> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi178.service 2024-02-10T09:17:26.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:26.610 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:26.643 INFO:journalctl@ceph.mon.smithi178.smithi178.stdout:-- Logs begin at Sat 2024-02-10 09:06:14 UTC. -- 2024-02-10T09:17:28.359 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-02-10T09:17:28.359 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":2,"fsid":"e11eeb62-c7f4-11ee-95b8-87774f69a715","modified":"2024-02-10T09:17:20.987138Z","created":"2024-02-10T09:15:33.883107Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi178","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:3300","nonce":0},{"type":"v1","addr":"172.21.15.178:6789","nonce":0}]},"addr":"172.21.15.178:6789/0","public_addr":"172.21.15.178:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-10T09:17:28.363 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 2 2024-02-10T09:17:28.925 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T09:17:28.925 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T09:17:30.696 INFO:teuthology.orchestra.run.smithi134.stdout:# minimal ceph.conf for e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:17:30.697 INFO:teuthology.orchestra.run.smithi134.stdout:[global] 2024-02-10T09:17:30.697 INFO:teuthology.orchestra.run.smithi134.stdout: fsid = e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:17:30.697 INFO:teuthology.orchestra.run.smithi134.stdout: mon_host = [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] 2024-02-10T09:17:31.329 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T09:17:31.330 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:17:31.330 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T09:17:31.360 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:17:31.360 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:17:31.428 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-02-10T09:17:31.429 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T09:17:31.466 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-02-10T09:17:31.466 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:17:31.539 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T09:17:31.539 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:17:31.539 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:17:31.558 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T09:17:31.558 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-02-10T09:17:31.615 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 168086 Links: 1 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-10 09:16:49.380509069 +0000 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-10 09:14:16.114698281 +0000 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-10 09:14:16.114698281 +0000 2024-02-10T09:17:31.616 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-10T09:17:31.616 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T09:17:31.681 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-10T09:17:31.681 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-10T09:17:31.681 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000215493 s, 2.4 MB/s 2024-02-10T09:17:31.682 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T09:17:31.741 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-02-10T09:17:31.799 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 168181 Links: 1 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-10 09:16:49.380509069 +0000 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-10 09:14:16.441690831 +0000 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-10 09:14:16.441690831 +0000 2024-02-10T09:17:31.800 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-10T09:17:31.800 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T09:17:31.865 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-10T09:17:31.865 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-10T09:17:31.865 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000216221 s, 2.4 MB/s 2024-02-10T09:17:31.866 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T09:17:31.925 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 169184 Links: 1 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-10 09:16:49.380509069 +0000 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-10 09:14:16.772683290 +0000 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-10 09:14:16.772683290 +0000 2024-02-10T09:17:31.983 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-10T09:17:31.984 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T09:17:32.048 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-10T09:17:32.048 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-10T09:17:32.048 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000163448 s, 3.1 MB/s 2024-02-10T09:17:32.049 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T09:17:32.108 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 170135 Links: 1 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-10 09:16:49.380509069 +0000 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-10 09:14:17.124675271 +0000 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-10 09:14:17.124675271 +0000 2024-02-10T09:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-10T09:17:32.167 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T09:17:32.232 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-10T09:17:32.232 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-10T09:17:32.232 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000235926 s, 2.2 MB/s 2024-02-10T09:17:32.233 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T09:17:32.292 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-02-10T09:17:32.292 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:17:32.313 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T09:17:32.314 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_1 2024-02-10T09:17:32.374 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 167111 Links: 1 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-02-10 09:17:20.487735974 +0000 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-02-10 09:14:00.642091190 +0000 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-02-10 09:14:00.642091190 +0000 2024-02-10T09:17:32.375 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-02-10T09:17:32.375 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T09:17:32.444 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-02-10T09:17:32.444 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-02-10T09:17:32.444 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000134926 s, 3.8 MB/s 2024-02-10T09:17:32.445 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T09:17:32.506 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_2 2024-02-10T09:17:32.566 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 167204 Links: 1 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-02-10 09:17:20.487735974 +0000 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-02-10 09:14:00.959085606 +0000 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-02-10 09:14:00.959085606 +0000 2024-02-10T09:17:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-02-10T09:17:32.567 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T09:17:32.635 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-02-10T09:17:32.635 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-02-10T09:17:32.636 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000137072 s, 3.7 MB/s 2024-02-10T09:17:32.637 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T09:17:32.697 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_3 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 166567 Links: 1 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-02-10 09:17:20.487735974 +0000 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-02-10 09:14:01.299079617 +0000 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-02-10 09:14:01.299079617 +0000 2024-02-10T09:17:32.758 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-02-10T09:17:32.759 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T09:17:32.827 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-02-10T09:17:32.827 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-02-10T09:17:32.827 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 9.4234e-05 s, 5.4 MB/s 2024-02-10T09:17:32.828 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T09:17:32.889 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_4 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 168971 Links: 1 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-02-10 09:17:20.488735956 +0000 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-02-10 09:14:01.641073593 +0000 2024-02-10T09:17:32.949 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-02-10 09:14:01.641073593 +0000 2024-02-10T09:17:32.950 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-02-10T09:17:32.950 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T09:17:33.017 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-02-10T09:17:33.017 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-02-10T09:17:33.017 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000122758 s, 4.2 MB/s 2024-02-10T09:17:33.018 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T09:17:33.079 INFO:tasks.cephadm:Deploying osd.0 on smithi134 with /dev/vg_nvme/lv_4... 2024-02-10T09:17:33.079 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T09:17:34.989 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T09:17:34.989 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T09:17:34.989 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-10T09:17:34.989 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-10T09:17:34.989 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153212 s, 684 MB/s 2024-02-10T09:17:34.989 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-10T09:17:35.559 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_4 2024-02-10T09:22:00.872 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 0 on host 'smithi134' 2024-02-10T09:22:01.488 DEBUG:teuthology.orchestra.run.smithi134:osd.0> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.0.service 2024-02-10T09:22:01.491 INFO:tasks.cephadm:Deploying osd.1 on smithi134 with /dev/vg_nvme/lv_3... 2024-02-10T09:22:01.491 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-10T09:22:01.521 INFO:journalctl@ceph.osd.0.smithi134.stdout:-- Logs begin at Sat 2024-02-10 09:05:59 UTC. -- 2024-02-10T09:22:03.605 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-10T09:22:03.605 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-10T09:22:03.605 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-10T09:22:03.605 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-10T09:22:03.605 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109871 s, 954 MB/s 2024-02-10T09:22:03.605 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-10T09:22:04.263 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_3 2024-02-10T09:22:17.151 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 1 on host 'smithi134' 2024-02-10T09:22:17.743 DEBUG:teuthology.orchestra.run.smithi134:osd.1> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.1.service 2024-02-10T09:22:17.745 INFO:tasks.cephadm:Deploying osd.2 on smithi134 with /dev/vg_nvme/lv_2... 2024-02-10T09:22:17.745 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-10T09:22:17.775 INFO:journalctl@ceph.osd.1.smithi134.stdout:-- Logs begin at Sat 2024-02-10 09:05:59 UTC. -- 2024-02-10T09:22:19.668 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-10T09:22:19.668 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-10T09:22:19.668 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-10T09:22:19.668 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-10T09:22:19.668 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134079 s, 782 MB/s 2024-02-10T09:22:19.668 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-10T09:22:20.266 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_2 2024-02-10T09:22:33.816 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 2 on host 'smithi134' 2024-02-10T09:22:34.422 DEBUG:teuthology.orchestra.run.smithi134:osd.2> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.2.service 2024-02-10T09:22:34.424 INFO:tasks.cephadm:Deploying osd.3 on smithi134 with /dev/vg_nvme/lv_1... 2024-02-10T09:22:34.425 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-10T09:22:34.453 INFO:journalctl@ceph.osd.2.smithi134.stdout:-- Logs begin at Sat 2024-02-10 09:05:59 UTC. -- 2024-02-10T09:22:36.437 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-10T09:22:36.438 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-10T09:22:36.438 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-10T09:22:36.438 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-10T09:22:36.438 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121515 s, 863 MB/s 2024-02-10T09:22:36.438 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-10T09:22:37.163 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_1 2024-02-10T09:22:50.510 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 3 on host 'smithi134' 2024-02-10T09:22:51.207 DEBUG:teuthology.orchestra.run.smithi134:osd.3> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.3.service 2024-02-10T09:22:51.209 INFO:tasks.cephadm:Deploying osd.4 on smithi178 with /dev/vg_nvme/lv_4... 2024-02-10T09:22:51.210 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T09:22:51.242 INFO:journalctl@ceph.osd.3.smithi134.stdout:-- Logs begin at Sat 2024-02-10 09:05:59 UTC. -- 2024-02-10T09:22:53.320 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T09:22:53.320 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T09:22:53.320 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-02-10T09:22:53.320 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-02-10T09:22:53.321 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00834964 s, 1.3 GB/s 2024-02-10T09:22:53.321 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-02-10T09:22:53.990 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_4 2024-02-10T09:24:31.888 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 4 on host 'smithi178' 2024-02-10T09:24:32.403 DEBUG:teuthology.orchestra.run.smithi178:osd.4> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.4.service 2024-02-10T09:24:32.406 INFO:tasks.cephadm:Deploying osd.5 on smithi178 with /dev/vg_nvme/lv_3... 2024-02-10T09:24:32.406 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-10T09:24:32.439 INFO:journalctl@ceph.osd.4.smithi178.stdout:-- Logs begin at Sat 2024-02-10 09:06:14 UTC. -- 2024-02-10T09:24:34.423 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-10T09:24:34.423 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-10T09:24:34.423 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-02-10T09:24:34.424 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-02-10T09:24:34.424 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0092619 s, 1.1 GB/s 2024-02-10T09:24:34.424 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 2024-02-10T09:24:34.424 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-02-10T09:24:35.092 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_3 2024-02-10T09:24:48.423 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 5 on host 'smithi178' 2024-02-10T09:24:48.976 DEBUG:teuthology.orchestra.run.smithi178:osd.5> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.5.service 2024-02-10T09:24:48.978 INFO:tasks.cephadm:Deploying osd.6 on smithi178 with /dev/vg_nvme/lv_2... 2024-02-10T09:24:48.978 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-10T09:24:49.009 INFO:journalctl@ceph.osd.5.smithi178.stdout:-- Logs begin at Sat 2024-02-10 09:06:14 UTC. -- 2024-02-10T09:24:50.954 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-10T09:24:50.954 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-10T09:24:50.954 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-02-10T09:24:50.954 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-02-10T09:24:50.954 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00945347 s, 1.1 GB/s 2024-02-10T09:24:50.954 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-02-10T09:24:51.574 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_2 2024-02-10T09:25:05.041 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 6 on host 'smithi178' 2024-02-10T09:25:05.647 DEBUG:teuthology.orchestra.run.smithi178:osd.6> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.6.service 2024-02-10T09:25:05.650 INFO:tasks.cephadm:Deploying osd.7 on smithi178 with /dev/vg_nvme/lv_1... 2024-02-10T09:25:05.651 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-10T09:25:05.680 INFO:journalctl@ceph.osd.6.smithi178.stdout:-- Logs begin at Sat 2024-02-10 09:06:14 UTC. -- 2024-02-10T09:25:07.826 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-10T09:25:07.826 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-10T09:25:07.826 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-02-10T09:25:07.826 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-02-10T09:25:07.826 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00959614 s, 1.1 GB/s 2024-02-10T09:25:07.826 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-02-10T09:25:08.487 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_1 2024-02-10T09:25:22.154 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 7 on host 'smithi178' 2024-02-10T09:25:22.736 DEBUG:teuthology.orchestra.run.smithi178:osd.7> sudo journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.7.service 2024-02-10T09:25:22.738 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-10T09:25:22.739 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:25:22.768 INFO:journalctl@ceph.osd.7.smithi178.stdout:-- Logs begin at Sat 2024-02-10 09:06:14 UTC. -- 2024-02-10T09:25:24.537 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:25:25.151 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1707557108,"num_in_osds":7,"osd_in_since":1707557108,"num_remapped_pgs":0} 2024-02-10T09:25:26.152 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:25:28.037 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:25:28.701 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1707557125,"num_in_osds":8,"osd_in_since":1707557125,"num_remapped_pgs":0} 2024-02-10T09:25:28.702 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T09:25:28.703 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T09:25:30.578 INFO:teuthology.orchestra.run.smithi134.stdout:[client.0] 2024-02-10T09:25:30.578 INFO:teuthology.orchestra.run.smithi134.stdout: key = AQAKQcdl9vZAIhAAt0aN/wOnL3nYj+ZKItRcHw== 2024-02-10T09:25:31.175 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-10T09:25:31.175 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-10T09:25:31.175 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-10T09:25:31.216 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T09:25:31.393 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:33.158 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:25:33.159 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"fsid":"e11eeb62-c7f4-11ee-95b8-87774f69a715","created":"2024-02-10T09:15:36.554317+0000","modified":"2024-02-10T09:25:26.165938+0000","last_up_change":"2024-02-10T09:25:25.159019+0000","last_in_change":"2024-02-10T09:25:25.159019+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":"2024-02-10T09:17:14.993045+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":"b3e304f8-3bb8-4047-aac5-72cacf2a57a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6803","nonce":3854889690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6805","nonce":3854889690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6809","nonce":3854889690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6807","nonce":3854889690}]},"public_addr":"172.21.15.134:6803/3854889690","cluster_addr":"172.21.15.134:6805/3854889690","heartbeat_back_addr":"172.21.15.134:6809/3854889690","heartbeat_front_addr":"172.21.15.134:6807/3854889690","state":["exists","up"]},{"osd":1,"uuid":"688b0738-8245-47f5-9e0c-68fc5ddf2370","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6811","nonce":1907568953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6813","nonce":1907568953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6817","nonce":1907568953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6815","nonce":1907568953}]},"public_addr":"172.21.15.134:6811/1907568953","cluster_addr":"172.21.15.134:6813/1907568953","heartbeat_back_addr":"172.21.15.134:6817/1907568953","heartbeat_front_addr":"172.21.15.134:6815/1907568953","state":["exists","up"]},{"osd":2,"uuid":"d1b66b85-5ff9-48c1-91fb-9ea2d03215b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6819","nonce":279992108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6821","nonce":279992108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6825","nonce":279992108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6823","nonce":279992108}]},"public_addr":"172.21.15.134:6819/279992108","cluster_addr":"172.21.15.134:6821/279992108","heartbeat_back_addr":"172.21.15.134:6825/279992108","heartbeat_front_addr":"172.21.15.134:6823/279992108","state":["exists","up"]},{"osd":3,"uuid":"32b149ab-2705-48c1-bddc-79efe26fb41f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6827","nonce":2284077076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6829","nonce":2284077076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6833","nonce":2284077076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6831","nonce":2284077076}]},"public_addr":"172.21.15.134:6827/2284077076","cluster_addr":"172.21.15.134:6829/2284077076","heartbeat_back_addr":"172.21.15.134:6833/2284077076","heartbeat_front_addr":"172.21.15.134:6831/2284077076","state":["exists","up"]},{"osd":4,"uuid":"796b2dc5-f5d9-47d9-a69c-2436d90ad56a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6801","nonce":1213644622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6802","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6803","nonce":1213644622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6807","nonce":1213644622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6805","nonce":1213644622}]},"public_addr":"172.21.15.178:6801/1213644622","cluster_addr":"172.21.15.178:6803/1213644622","heartbeat_back_addr":"172.21.15.178:6807/1213644622","heartbeat_front_addr":"172.21.15.178:6805/1213644622","state":["exists","up"]},{"osd":5,"uuid":"8b09a5b9-228a-4d20-a7fc-1341ac2fee5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6809","nonce":3577253217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6810","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6811","nonce":3577253217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6815","nonce":3577253217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6813","nonce":3577253217}]},"public_addr":"172.21.15.178:6809/3577253217","cluster_addr":"172.21.15.178:6811/3577253217","heartbeat_back_addr":"172.21.15.178:6815/3577253217","heartbeat_front_addr":"172.21.15.178:6813/3577253217","state":["exists","up"]},{"osd":6,"uuid":"addb376b-c5d7-43b0-addf-8d11944d10ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6817","nonce":2195304722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6818","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6819","nonce":2195304722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6823","nonce":2195304722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6821","nonce":2195304722}]},"public_addr":"172.21.15.178:6817/2195304722","cluster_addr":"172.21.15.178:6819/2195304722","heartbeat_back_addr":"172.21.15.178:6823/2195304722","heartbeat_front_addr":"172.21.15.178:6821/2195304722","state":["exists","up"]},{"osd":7,"uuid":"3e035678-fd94-4d0a-9e64-04451994b8d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6825","nonce":3031890980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6826","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6827","nonce":3031890980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6831","nonce":3031890980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6829","nonce":3031890980}]},"public_addr":"172.21.15.178:6825/3031890980","cluster_addr":"172.21.15.178:6827/3031890980","heartbeat_back_addr":"172.21.15.178:6831/3031890980","heartbeat_front_addr":"172.21.15.178:6829/3031890980","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":"2024-02-10T09:22:02.842580+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":"2024-02-10T09:22:19.156397+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":"2024-02-10T09:22:35.840634+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":"2024-02-10T09:22:52.477638+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":"2024-02-10T09:24:33.915966+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":"2024-02-10T09:24:50.325821+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":"2024-02-10T09:25:07.015651+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":"2024-02-10T09:25:24.103063+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.134:0/3983755982":"2024-02-11T09:16:36.518912+0000","172.21.15.134:6801/4193004379":"2024-02-11T09:16:36.518912+0000","172.21.15.134:6800/4193004379":"2024-02-11T09:16:36.518912+0000","172.21.15.134:0/1038881292":"2024-02-11T09:16:36.518912+0000","172.21.15.134:0/1886256508":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6800/3869198444":"2024-02-11T09:16:21.447674+0000","172.21.15.134:0/3503839051":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6800/1332501147":"2024-02-11T09:15:55.924899+0000","172.21.15.134:0/559290583":"2024-02-11T09:15:55.924899+0000","172.21.15.134:6801/3869198444":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6801/1332501147":"2024-02-11T09:15:55.924899+0000","172.21.15.134:0/4118192045":"2024-02-11T09:15:55.924899+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":{}} 2024-02-10T09:25:33.838 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-10T09:17:14.993045+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': {}}}] 2024-02-10T09:25:33.838 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-10T09:25:33.976 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:35.745 INFO:teuthology.orchestra.run.smithi134.stdout:pg_num: 1 2024-02-10T09:25:36.419 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T09:25:36.419 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T09:25:36.419 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T09:25:36.558 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:38.259 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:25:38.890 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi134.rvbzvn","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":900445995},{"type":"v1","addr":"172.21.15.134:6801","nonce":900445995}]},"active_addr":"172.21.15.134:6801/900445995","active_change":"2024-02-10T09:16:36.519321+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24123,"name":"smithi178.psuign","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://smithi134.front.sepia.ceph.com:8443/","prometheus":"http://smithi134.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.134:0","nonce":811101231}]},{"addrvec":[{"type":"v2","addr":"172.21.15.134:0","nonce":2696632453}]}]}} 2024-02-10T09:25:38.893 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T09:25:38.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T09:25:38.893 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T09:25:39.033 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:40.790 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:25:40.790 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"fsid":"e11eeb62-c7f4-11ee-95b8-87774f69a715","created":"2024-02-10T09:15:36.554317+0000","modified":"2024-02-10T09:25:26.165938+0000","last_up_change":"2024-02-10T09:25:25.159019+0000","last_in_change":"2024-02-10T09:25:25.159019+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":"2024-02-10T09:17:14.993045+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":"b3e304f8-3bb8-4047-aac5-72cacf2a57a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6803","nonce":3854889690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6805","nonce":3854889690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6809","nonce":3854889690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6807","nonce":3854889690}]},"public_addr":"172.21.15.134:6803/3854889690","cluster_addr":"172.21.15.134:6805/3854889690","heartbeat_back_addr":"172.21.15.134:6809/3854889690","heartbeat_front_addr":"172.21.15.134:6807/3854889690","state":["exists","up"]},{"osd":1,"uuid":"688b0738-8245-47f5-9e0c-68fc5ddf2370","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6811","nonce":1907568953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6813","nonce":1907568953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6817","nonce":1907568953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6815","nonce":1907568953}]},"public_addr":"172.21.15.134:6811/1907568953","cluster_addr":"172.21.15.134:6813/1907568953","heartbeat_back_addr":"172.21.15.134:6817/1907568953","heartbeat_front_addr":"172.21.15.134:6815/1907568953","state":["exists","up"]},{"osd":2,"uuid":"d1b66b85-5ff9-48c1-91fb-9ea2d03215b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6819","nonce":279992108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6821","nonce":279992108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6825","nonce":279992108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6823","nonce":279992108}]},"public_addr":"172.21.15.134:6819/279992108","cluster_addr":"172.21.15.134:6821/279992108","heartbeat_back_addr":"172.21.15.134:6825/279992108","heartbeat_front_addr":"172.21.15.134:6823/279992108","state":["exists","up"]},{"osd":3,"uuid":"32b149ab-2705-48c1-bddc-79efe26fb41f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6827","nonce":2284077076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6829","nonce":2284077076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6833","nonce":2284077076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6831","nonce":2284077076}]},"public_addr":"172.21.15.134:6827/2284077076","cluster_addr":"172.21.15.134:6829/2284077076","heartbeat_back_addr":"172.21.15.134:6833/2284077076","heartbeat_front_addr":"172.21.15.134:6831/2284077076","state":["exists","up"]},{"osd":4,"uuid":"796b2dc5-f5d9-47d9-a69c-2436d90ad56a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6801","nonce":1213644622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6802","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6803","nonce":1213644622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6807","nonce":1213644622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6805","nonce":1213644622}]},"public_addr":"172.21.15.178:6801/1213644622","cluster_addr":"172.21.15.178:6803/1213644622","heartbeat_back_addr":"172.21.15.178:6807/1213644622","heartbeat_front_addr":"172.21.15.178:6805/1213644622","state":["exists","up"]},{"osd":5,"uuid":"8b09a5b9-228a-4d20-a7fc-1341ac2fee5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6809","nonce":3577253217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6810","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6811","nonce":3577253217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6815","nonce":3577253217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6813","nonce":3577253217}]},"public_addr":"172.21.15.178:6809/3577253217","cluster_addr":"172.21.15.178:6811/3577253217","heartbeat_back_addr":"172.21.15.178:6815/3577253217","heartbeat_front_addr":"172.21.15.178:6813/3577253217","state":["exists","up"]},{"osd":6,"uuid":"addb376b-c5d7-43b0-addf-8d11944d10ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6817","nonce":2195304722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6818","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6819","nonce":2195304722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6823","nonce":2195304722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6821","nonce":2195304722}]},"public_addr":"172.21.15.178:6817/2195304722","cluster_addr":"172.21.15.178:6819/2195304722","heartbeat_back_addr":"172.21.15.178:6823/2195304722","heartbeat_front_addr":"172.21.15.178:6821/2195304722","state":["exists","up"]},{"osd":7,"uuid":"3e035678-fd94-4d0a-9e64-04451994b8d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6825","nonce":3031890980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6826","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6827","nonce":3031890980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6831","nonce":3031890980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6829","nonce":3031890980}]},"public_addr":"172.21.15.178:6825/3031890980","cluster_addr":"172.21.15.178:6827/3031890980","heartbeat_back_addr":"172.21.15.178:6831/3031890980","heartbeat_front_addr":"172.21.15.178:6829/3031890980","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":"2024-02-10T09:22:02.842580+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":"2024-02-10T09:22:19.156397+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":"2024-02-10T09:22:35.840634+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":"2024-02-10T09:22:52.477638+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":"2024-02-10T09:24:33.915966+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":"2024-02-10T09:24:50.325821+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":"2024-02-10T09:25:07.015651+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":"2024-02-10T09:25:24.103063+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.134:0/3983755982":"2024-02-11T09:16:36.518912+0000","172.21.15.134:6801/4193004379":"2024-02-11T09:16:36.518912+0000","172.21.15.134:6800/4193004379":"2024-02-11T09:16:36.518912+0000","172.21.15.134:0/1038881292":"2024-02-11T09:16:36.518912+0000","172.21.15.134:0/1886256508":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6800/3869198444":"2024-02-11T09:16:21.447674+0000","172.21.15.134:0/3503839051":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6800/1332501147":"2024-02-11T09:15:55.924899+0000","172.21.15.134:0/559290583":"2024-02-11T09:15:55.924899+0000","172.21.15.134:6801/3869198444":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6801/1332501147":"2024-02-11T09:15:55.924899+0000","172.21.15.134:0/4118192045":"2024-02-11T09:15:55.924899+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":{}} 2024-02-10T09:25:41.435 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T09:25:41.435 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T09:25:41.584 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:43.320 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:25:43.320 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"fsid":"e11eeb62-c7f4-11ee-95b8-87774f69a715","created":"2024-02-10T09:15:36.554317+0000","modified":"2024-02-10T09:25:26.165938+0000","last_up_change":"2024-02-10T09:25:25.159019+0000","last_in_change":"2024-02-10T09:25:25.159019+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":"2024-02-10T09:17:14.993045+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":"b3e304f8-3bb8-4047-aac5-72cacf2a57a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6803","nonce":3854889690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6805","nonce":3854889690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6809","nonce":3854889690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":3854889690},{"type":"v1","addr":"172.21.15.134:6807","nonce":3854889690}]},"public_addr":"172.21.15.134:6803/3854889690","cluster_addr":"172.21.15.134:6805/3854889690","heartbeat_back_addr":"172.21.15.134:6809/3854889690","heartbeat_front_addr":"172.21.15.134:6807/3854889690","state":["exists","up"]},{"osd":1,"uuid":"688b0738-8245-47f5-9e0c-68fc5ddf2370","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6811","nonce":1907568953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6813","nonce":1907568953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6817","nonce":1907568953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1907568953},{"type":"v1","addr":"172.21.15.134:6815","nonce":1907568953}]},"public_addr":"172.21.15.134:6811/1907568953","cluster_addr":"172.21.15.134:6813/1907568953","heartbeat_back_addr":"172.21.15.134:6817/1907568953","heartbeat_front_addr":"172.21.15.134:6815/1907568953","state":["exists","up"]},{"osd":2,"uuid":"d1b66b85-5ff9-48c1-91fb-9ea2d03215b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6819","nonce":279992108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6821","nonce":279992108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6825","nonce":279992108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":279992108},{"type":"v1","addr":"172.21.15.134:6823","nonce":279992108}]},"public_addr":"172.21.15.134:6819/279992108","cluster_addr":"172.21.15.134:6821/279992108","heartbeat_back_addr":"172.21.15.134:6825/279992108","heartbeat_front_addr":"172.21.15.134:6823/279992108","state":["exists","up"]},{"osd":3,"uuid":"32b149ab-2705-48c1-bddc-79efe26fb41f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6827","nonce":2284077076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6829","nonce":2284077076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6833","nonce":2284077076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":2284077076},{"type":"v1","addr":"172.21.15.134:6831","nonce":2284077076}]},"public_addr":"172.21.15.134:6827/2284077076","cluster_addr":"172.21.15.134:6829/2284077076","heartbeat_back_addr":"172.21.15.134:6833/2284077076","heartbeat_front_addr":"172.21.15.134:6831/2284077076","state":["exists","up"]},{"osd":4,"uuid":"796b2dc5-f5d9-47d9-a69c-2436d90ad56a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6801","nonce":1213644622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6802","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6803","nonce":1213644622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6807","nonce":1213644622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":1213644622},{"type":"v1","addr":"172.21.15.178:6805","nonce":1213644622}]},"public_addr":"172.21.15.178:6801/1213644622","cluster_addr":"172.21.15.178:6803/1213644622","heartbeat_back_addr":"172.21.15.178:6807/1213644622","heartbeat_front_addr":"172.21.15.178:6805/1213644622","state":["exists","up"]},{"osd":5,"uuid":"8b09a5b9-228a-4d20-a7fc-1341ac2fee5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6809","nonce":3577253217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6810","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6811","nonce":3577253217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6815","nonce":3577253217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":3577253217},{"type":"v1","addr":"172.21.15.178:6813","nonce":3577253217}]},"public_addr":"172.21.15.178:6809/3577253217","cluster_addr":"172.21.15.178:6811/3577253217","heartbeat_back_addr":"172.21.15.178:6815/3577253217","heartbeat_front_addr":"172.21.15.178:6813/3577253217","state":["exists","up"]},{"osd":6,"uuid":"addb376b-c5d7-43b0-addf-8d11944d10ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6817","nonce":2195304722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6818","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6819","nonce":2195304722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6823","nonce":2195304722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":2195304722},{"type":"v1","addr":"172.21.15.178:6821","nonce":2195304722}]},"public_addr":"172.21.15.178:6817/2195304722","cluster_addr":"172.21.15.178:6819/2195304722","heartbeat_back_addr":"172.21.15.178:6823/2195304722","heartbeat_front_addr":"172.21.15.178:6821/2195304722","state":["exists","up"]},{"osd":7,"uuid":"3e035678-fd94-4d0a-9e64-04451994b8d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6825","nonce":3031890980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6826","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6827","nonce":3031890980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6831","nonce":3031890980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3031890980},{"type":"v1","addr":"172.21.15.178:6829","nonce":3031890980}]},"public_addr":"172.21.15.178:6825/3031890980","cluster_addr":"172.21.15.178:6827/3031890980","heartbeat_back_addr":"172.21.15.178:6831/3031890980","heartbeat_front_addr":"172.21.15.178:6829/3031890980","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":"2024-02-10T09:22:02.842580+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":"2024-02-10T09:22:19.156397+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":"2024-02-10T09:22:35.840634+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":"2024-02-10T09:22:52.477638+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":"2024-02-10T09:24:33.915966+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":"2024-02-10T09:24:50.325821+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":"2024-02-10T09:25:07.015651+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":"2024-02-10T09:25:24.103063+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.134:0/3983755982":"2024-02-11T09:16:36.518912+0000","172.21.15.134:6801/4193004379":"2024-02-11T09:16:36.518912+0000","172.21.15.134:6800/4193004379":"2024-02-11T09:16:36.518912+0000","172.21.15.134:0/1038881292":"2024-02-11T09:16:36.518912+0000","172.21.15.134:0/1886256508":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6800/3869198444":"2024-02-11T09:16:21.447674+0000","172.21.15.134:0/3503839051":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6800/1332501147":"2024-02-11T09:15:55.924899+0000","172.21.15.134:0/559290583":"2024-02-11T09:15:55.924899+0000","172.21.15.134:6801/3869198444":"2024-02-11T09:16:21.447674+0000","172.21.15.134:6801/1332501147":"2024-02-11T09:15:55.924899+0000","172.21.15.134:0/4118192045":"2024-02-11T09:15:55.924899+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":{}} 2024-02-10T09:25:43.883 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T09:25:44.020 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:46.172 INFO:teuthology.orchestra.run.smithi134.stdout:47244640303 2024-02-10T09:25:46.172 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T09:25:46.310 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:48.551 INFO:teuthology.orchestra.run.smithi134.stdout:73014444077 2024-02-10T09:25:48.552 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T09:25:48.695 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:51.107 INFO:teuthology.orchestra.run.smithi134.stdout:94489280553 2024-02-10T09:25:51.108 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-10T09:25:51.247 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:53.478 INFO:teuthology.orchestra.run.smithi134.stdout:115964117031 2024-02-10T09:25:53.479 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-10T09:25:53.618 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:55.969 INFO:teuthology.orchestra.run.smithi134.stdout:137438953491 2024-02-10T09:25:55.970 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-10T09:25:56.112 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:25:58.404 INFO:teuthology.orchestra.run.smithi134.stdout:158913789969 2024-02-10T09:25:58.405 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-10T09:25:58.541 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:00.861 INFO:teuthology.orchestra.run.smithi134.stdout:180388626445 2024-02-10T09:26:00.861 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-10T09:26:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:03.256 INFO:teuthology.orchestra.run.smithi134.stdout:201863462923 2024-02-10T09:26:03.257 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T09:26:03.394 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:05.051 INFO:teuthology.orchestra.run.smithi134.stdout:47244640307 2024-02-10T09:26:05.727 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640303 got 47244640307 for osd.0 2024-02-10T09:26:05.727 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T09:26:05.865 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:07.686 INFO:teuthology.orchestra.run.smithi134.stdout:73014444080 2024-02-10T09:26:08.392 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444077 got 73014444080 for osd.1 2024-02-10T09:26:08.392 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T09:26:08.531 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:10.236 INFO:teuthology.orchestra.run.smithi134.stdout:94489280557 2024-02-10T09:26:10.897 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280553 got 94489280557 for osd.2 2024-02-10T09:26:10.897 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-10T09:26:11.035 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:12.773 INFO:teuthology.orchestra.run.smithi134.stdout:115964117035 2024-02-10T09:26:13.417 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117031 got 115964117035 for osd.3 2024-02-10T09:26:13.417 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-10T09:26:13.555 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:15.353 INFO:teuthology.orchestra.run.smithi134.stdout:137438953495 2024-02-10T09:26:16.031 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953491 got 137438953495 for osd.4 2024-02-10T09:26:16.031 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-10T09:26:16.169 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:17.983 INFO:teuthology.orchestra.run.smithi134.stdout:158913789972 2024-02-10T09:26:18.631 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789972 for osd.5 2024-02-10T09:26:18.631 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-10T09:26:18.776 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:20.538 INFO:teuthology.orchestra.run.smithi134.stdout:180388626448 2024-02-10T09:26:21.286 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626445 got 180388626448 for osd.6 2024-02-10T09:26:21.286 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-10T09:26:21.427 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:23.217 INFO:teuthology.orchestra.run.smithi134.stdout:201863462927 2024-02-10T09:26:23.865 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462923 got 201863462927 for osd.7 2024-02-10T09:26:23.865 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T09:26:23.865 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T09:26:24.005 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:25.727 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:26:25.728 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2024-02-10T09:26:26.335 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":331,"stamp":"2024-02-10T09:26:24.681456+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":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482840,"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":"48","state":"active+clean","last_fresh":"2024-02-10T09:25:26.783320+0000","last_change":"2024-02-10T09:25:26.783320+0000","last_active":"2024-02-10T09:25:26.783320+0000","last_peered":"2024-02-10T09:25:26.783320+0000","last_clean":"2024-02-10T09:25:26.783320+0000","last_became_active":"2024-02-10T09:25:26.782782+0000","last_became_peered":"2024-02-10T09:25:26.782782+0000","last_unstale":"2024-02-10T09:25:26.783320+0000","last_undegraded":"2024-02-10T09:25:26.783320+0000","last_fullsized":"2024-02-10T09:25:26.783320+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T09:17:15.763775+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T09:17:15.763775+0000","last_clean_scrub_stamp":"2024-02-10T09:17:15.763775+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":47,"seq":201863462927,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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.52800000000000002}]},{"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.49099999999999999}]},{"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.47099999999999997}]},{"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.38800000000000001}]},{"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.47999999999999998}]},{"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.54500000000000004}]},{"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.56200000000000006}]}]},{"osd":6,"up_from":42,"seq":180388626450,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.502},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.48699999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.46700000000000003}]},{"osd":2,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.51600000000000001}]},{"osd":3,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.55200000000000005}]},{"osd":4,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.49299999999999999}]},{"osd":5,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.45100000000000001}]},{"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.439}]}]},{"osd":1,"up_from":17,"seq":73014444084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:27 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.32800000000000001,"15min":0.31900000000000001},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.52200000000000002,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34699999999999998,"15min":0.33700000000000002},"min":{"1min":0.249,"5min":0.217,"15min":0.217},"max":{"1min":0.53700000000000003,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.27900000000000003}]},{"osd":2,"last update":"Sat Feb 10 09:25:41 2024","interfaces":[{"interface":"back","average":{"1min":0.315,"5min":0.35699999999999998,"15min":0.36899999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.55100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.38,"15min":0.39000000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.505,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.34399999999999997}]},{"osd":3,"last update":"Sat Feb 10 09:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.39600000000000002,"15min":0.40400000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.46400000000000002,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.314},{"interface":"front","average":{"1min":0.315,"5min":0.374,"15min":0.38500000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.41199999999999998,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.24399999999999999}]},{"osd":4,"last update":"Sat Feb 10 09:25:35 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.64400000000000002}]},{"osd":5,"last update":"Sat Feb 10 09:25:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.57599999999999996}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.59099999999999997}]},{"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.60199999999999998}]}]},{"osd":0,"up_from":11,"seq":47244640311,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:27 2024","interfaces":[{"interface":"back","average":{"1min":0.32500000000000001,"5min":0.316,"15min":0.313},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.47699999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"last":0.317},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.32600000000000001,"15min":0.313},"min":{"1min":0.27400000000000002,"5min":0.215,"15min":0.215},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.26900000000000002}]},{"osd":2,"last update":"Sat Feb 10 09:25:40 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.34699999999999998,"15min":0.34499999999999997},"min":{"1min":0.27400000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.45400000000000001,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.33200000000000002,"15min":0.33100000000000002},"min":{"1min":0.25800000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.40400000000000003,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.23699999999999999}]},{"osd":3,"last update":"Sat Feb 10 09:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35399999999999998,"15min":0.35899999999999999},"min":{"1min":0.26600000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.47699999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.374,"5min":0.379,"15min":0.38100000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.45700000000000002,"5min":0.621,"15min":0.621},"last":0.308}]},{"osd":4,"last update":"Sat Feb 10 09:25:35 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.58499999999999996}]},{"osd":5,"last update":"Sat Feb 10 09:25:51 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.48099999999999998}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.58999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280560,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:40 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.317,"15min":0.312},"min":{"1min":0.216,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.33100000000000002,"15min":0.32200000000000001},"min":{"1min":0.247,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.24099999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:25:40 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.34000000000000002,"15min":0.33800000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.377,"5min":0.33600000000000002,"15min":0.32500000000000001},"min":{"1min":0.28199999999999997,"5min":0.217,"15min":0.217},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.28000000000000003}]},{"osd":3,"last update":"Sat Feb 10 09:25:58 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.35199999999999998,"15min":0.34999999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.498,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.375,"5min":0.376,"15min":0.37},"min":{"1min":0.28000000000000003,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.32600000000000001}]},{"osd":4,"last update":"Sat Feb 10 09:25:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.45300000000000001}]},{"osd":5,"last update":"Sat Feb 10 09:25:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.40600000000000003}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.42499999999999999}]},{"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.48599999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117038,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32900000000000001,"15min":0.32100000000000001},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.51100000000000001,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.35199999999999998,"15min":0.34999999999999998},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.44700000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.29599999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36499999999999999,"15min":0.35899999999999999},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.48099999999999998,"5min":0.498,"15min":0.498},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35999999999999999,"15min":0.35599999999999998},"min":{"1min":0.28599999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.503,"5min":0.503,"15min":0.503},"last":0.314}]},{"osd":2,"last update":"Sat Feb 10 09:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38600000000000001,"15min":0.38},"min":{"1min":0.29199999999999998,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.35899999999999999,"15min":0.35099999999999998},"min":{"1min":0.25800000000000001,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.46500000000000002,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.30499999999999999}]},{"osd":4,"last update":"Sat Feb 10 09:25:38 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.39400000000000002}]},{"osd":5,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.46200000000000002}]},{"osd":6,"last update":"Sat Feb 10 09:26:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"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.42499999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953497,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.437},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.432}]},{"osd":1,"last update":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.42199999999999999}]},{"osd":2,"last update":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.372}]},{"osd":3,"last update":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.46100000000000002}]},{"osd":5,"last update":"Sat Feb 10 09:25:52 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.501},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.32300000000000001}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.35599999999999998}]},{"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.44900000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.46899999999999997}]},{"osd":1,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.54100000000000004}]},{"osd":2,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.52600000000000002}]},{"osd":3,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.58099999999999996}]},{"osd":4,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.56000000000000005}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.56899999999999995}]},{"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.60499999999999998}]}]}]}} 2024-02-10T09:26:26.337 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T09:26:26.512 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:28.193 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:26:28.194 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2024-02-10T09:26:28.860 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":332,"stamp":"2024-02-10T09:26:26.681824+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":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482840,"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":"48","state":"active+clean","last_fresh":"2024-02-10T09:25:26.783320+0000","last_change":"2024-02-10T09:25:26.783320+0000","last_active":"2024-02-10T09:25:26.783320+0000","last_peered":"2024-02-10T09:25:26.783320+0000","last_clean":"2024-02-10T09:25:26.783320+0000","last_became_active":"2024-02-10T09:25:26.782782+0000","last_became_peered":"2024-02-10T09:25:26.782782+0000","last_unstale":"2024-02-10T09:25:26.783320+0000","last_undegraded":"2024-02-10T09:25:26.783320+0000","last_fullsized":"2024-02-10T09:25:26.783320+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T09:17:15.763775+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T09:17:15.763775+0000","last_clean_scrub_stamp":"2024-02-10T09:17:15.763775+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":47,"seq":201863462928,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.42599999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.47799999999999998}]},{"osd":2,"last update":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.48999999999999999}]},{"osd":3,"last update":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.54500000000000004}]},{"osd":4,"last update":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.46300000000000002}]},{"osd":5,"last update":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.63},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.53700000000000003}]},{"osd":6,"last update":"Sat Feb 10 09:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.55400000000000005}]}]},{"osd":6,"up_from":42,"seq":180388626450,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.502},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.48699999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.46700000000000003}]},{"osd":2,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.51600000000000001}]},{"osd":3,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.55200000000000005}]},{"osd":4,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.49299999999999999}]},{"osd":5,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.45100000000000001}]},{"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.439}]}]},{"osd":1,"up_from":17,"seq":73014444084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:27 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.32800000000000001,"15min":0.31900000000000001},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.52200000000000002,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34699999999999998,"15min":0.33700000000000002},"min":{"1min":0.249,"5min":0.217,"15min":0.217},"max":{"1min":0.53700000000000003,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.27900000000000003}]},{"osd":2,"last update":"Sat Feb 10 09:25:41 2024","interfaces":[{"interface":"back","average":{"1min":0.315,"5min":0.35699999999999998,"15min":0.36899999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.55100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.38,"15min":0.39000000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.505,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.34399999999999997}]},{"osd":3,"last update":"Sat Feb 10 09:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.39600000000000002,"15min":0.40400000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.46400000000000002,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.314},{"interface":"front","average":{"1min":0.315,"5min":0.374,"15min":0.38500000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.41199999999999998,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.24399999999999999}]},{"osd":4,"last update":"Sat Feb 10 09:25:35 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.64400000000000002}]},{"osd":5,"last update":"Sat Feb 10 09:25:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.57599999999999996}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.59099999999999997}]},{"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.60199999999999998}]}]},{"osd":0,"up_from":11,"seq":47244640312,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:27 2024","interfaces":[{"interface":"back","average":{"1min":0.32500000000000001,"5min":0.316,"15min":0.313},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.47699999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.32600000000000001,"15min":0.313},"min":{"1min":0.27400000000000002,"5min":0.215,"15min":0.215},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.25800000000000001}]},{"osd":2,"last update":"Sat Feb 10 09:25:40 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.34699999999999998,"15min":0.34499999999999997},"min":{"1min":0.27400000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.45400000000000001,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.33200000000000002,"15min":0.33100000000000002},"min":{"1min":0.25800000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.40400000000000003,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.23999999999999999}]},{"osd":3,"last update":"Sat Feb 10 09:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35399999999999998,"15min":0.35899999999999999},"min":{"1min":0.26600000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.47699999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.379,"15min":0.38100000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.45700000000000002,"5min":0.621,"15min":0.621},"last":0.34200000000000003}]},{"osd":4,"last update":"Sat Feb 10 09:25:35 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.35699999999999998}]},{"osd":5,"last update":"Sat Feb 10 09:25:51 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.436},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36899999999999999}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.41299999999999998}]},{"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.44700000000000001}]}]},{"osd":2,"up_from":22,"seq":94489280560,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:40 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.317,"15min":0.312},"min":{"1min":0.216,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.33100000000000002,"15min":0.32200000000000001},"min":{"1min":0.247,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.24099999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:25:40 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.34000000000000002,"15min":0.33800000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.377,"5min":0.33600000000000002,"15min":0.32500000000000001},"min":{"1min":0.28199999999999997,"5min":0.217,"15min":0.217},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.28000000000000003}]},{"osd":3,"last update":"Sat Feb 10 09:25:58 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.35199999999999998,"15min":0.34999999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.498,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.375,"5min":0.376,"15min":0.37},"min":{"1min":0.28000000000000003,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.32600000000000001}]},{"osd":4,"last update":"Sat Feb 10 09:25:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.45300000000000001}]},{"osd":5,"last update":"Sat Feb 10 09:25:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.40600000000000003}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.42499999999999999}]},{"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.48599999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117038,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32900000000000001,"15min":0.32100000000000001},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.51100000000000001,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.35199999999999998,"15min":0.34999999999999998},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.44700000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.29599999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36499999999999999,"15min":0.35899999999999999},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.48099999999999998,"5min":0.498,"15min":0.498},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35999999999999999,"15min":0.35599999999999998},"min":{"1min":0.28599999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.503,"5min":0.503,"15min":0.503},"last":0.314}]},{"osd":2,"last update":"Sat Feb 10 09:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38600000000000001,"15min":0.38},"min":{"1min":0.29199999999999998,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.35899999999999999,"15min":0.35099999999999998},"min":{"1min":0.25800000000000001,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.46500000000000002,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.30499999999999999}]},{"osd":4,"last update":"Sat Feb 10 09:25:38 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.39400000000000002}]},{"osd":5,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.46200000000000002}]},{"osd":6,"last update":"Sat Feb 10 09:26:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"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.42499999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.50800000000000001}]},{"osd":1,"last update":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.53100000000000003}]},{"osd":2,"last update":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.57399999999999995}]},{"osd":3,"last update":"Sat Feb 10 09:25:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.58699999999999997}]},{"osd":5,"last update":"Sat Feb 10 09:25:52 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.39100000000000001}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.40799999999999997}]},{"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.44900000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"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":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.46899999999999997}]},{"osd":1,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.54100000000000004}]},{"osd":2,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.52600000000000002}]},{"osd":3,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.58099999999999996}]},{"osd":4,"last update":"Sat Feb 10 09:25:54 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.56000000000000005}]},{"osd":6,"last update":"Sat Feb 10 09:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.56899999999999995}]},{"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.60499999999999998}]}]}]}} 2024-02-10T09:26:28.861 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T09:26:28.861 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T09:26:28.861 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T09:26:28.861 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T09:26:29.000 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi134/config 2024-02-10T09:26:30.753 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:26:31.414 INFO:teuthology.orchestra.run.smithi134.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T09:26:31.415 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T09:26:31.415 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T09:26:31.415 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T09:26:31.425 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:26:31.425 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-10T09:26:33.284 INFO:teuthology.orchestra.run.smithi134.stdout:Backend: cephadm 2024-02-10T09:26:33.285 INFO:teuthology.orchestra.run.smithi134.stdout:Available: True 2024-02-10T09:26:33.962 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-10T09:26:35.797 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:26:35.797 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 starting - - 2024-02-10T09:26:35.797 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (10m) 9m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (10m) 9m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 starting - - 2024-02-10T09:26:35.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 starting - - 2024-02-10T09:26:35.799 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 starting - - 2024-02-10T09:26:35.799 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 starting - - 2024-02-10T09:26:36.467 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-10T09:26:38.341 INFO:teuthology.orchestra.run.smithi134.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-02-10T09:26:38.341 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager 0/1 - - count:1 2024-02-10T09:26:38.342 INFO:teuthology.orchestra.run.smithi134.stdout:crash 2/2 - 10m * 2024-02-10T09:26:38.342 INFO:teuthology.orchestra.run.smithi134.stdout:grafana 1/1 - 10m count:1 2024-02-10T09:26:38.342 INFO:teuthology.orchestra.run.smithi134.stdout:mgr 2/2 - 10m count:2 mix mix 2024-02-10T09:26:38.342 INFO:teuthology.orchestra.run.smithi134.stdout:mon 2/5 - 10m count:5 mix mix 2024-02-10T09:26:38.342 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter 0/2 - - * 2024-02-10T09:26:38.342 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus 0/1 - - count:1 2024-02-10T09:26:38.980 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-10T09:26:40.866 INFO:teuthology.orchestra.run.smithi134.stdout:HOST ADDR LABELS STATUS 2024-02-10T09:26:40.866 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 smithi134 2024-02-10T09:26:40.867 INFO:teuthology.orchestra.run.smithi134.stdout:smithi178 smithi178 2024-02-10T09:26:41.494 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-10T09:26:43.332 INFO:teuthology.orchestra.run.smithi134.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-10T09:26:43.333 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme0n1 ssd CVFT62420002400BGN 400G Unknown N/A N/A No 2024-02-10T09:26:44.043 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-10T09:26:44.070 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:26:44.070 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-10T09:26:44.102 INFO:teuthology.orchestra.run.smithi134.stderr:+ systemctl stop nfs-server 2024-02-10T09:26:44.109 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi178.front.sepia.ceph.com 2024-02-10T09:26:44.109 DEBUG:teuthology.orchestra.run.smithi178:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-10T09:26:44.146 INFO:teuthology.orchestra.run.smithi178.stderr:+ systemctl stop nfs-server 2024-02-10T09:26:44.155 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T09:26:44.164 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:26:44.164 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-10T09:26:48.516 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-10T09:26:48.525 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-10T09:26:48.526 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:50.476 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:26:50.477 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:26:51.093 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:26:52.094 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:54.029 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:26:54.029 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:26:54.699 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:26:55.701 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:57.729 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:26:57.729 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:26:58.490 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:26:59.491 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:01.493 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:01.493 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:02.248 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:03.249 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:05.207 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:05.208 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:05.793 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:06.795 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:08.722 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:08.722 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:09.323 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:10.323 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:12.271 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:12.272 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:12.956 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:13.957 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:15.921 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:15.921 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:16.618 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:17.619 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:19.548 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:19.548 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:20.256 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:21.257 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:23.250 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:23.250 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:23.845 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:24.846 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:26.691 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:26.692 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:27.577 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:28.578 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:30.419 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:30.419 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:31.158 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:32.159 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:34.167 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:34.168 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:34.788 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:35.790 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:37.800 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:37.800 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:38.504 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:39.505 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:41.514 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:41.514 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:42.051 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:43.052 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:44.975 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:44.975 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:45.679 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:46.680 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:48.714 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:48.714 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:49.394 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:50.395 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:52.333 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:52.333 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:52.998 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:53.999 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:55.822 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:55.822 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:27:56.460 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:27:57.461 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:59.487 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:27:59.488 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:00.130 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:01.131 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:03.019 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:03.019 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:03.651 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:04.652 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:06.467 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:06.467 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:07.095 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:08.096 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:09.940 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:09.940 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:10.535 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:11.536 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:13.499 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:13.499 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:14.114 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:15.116 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:17.009 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:17.009 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:17.668 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:18.670 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:20.541 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:20.542 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:21.154 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:22.155 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:23.955 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:23.955 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:24.593 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:25.594 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:27.470 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:27.470 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:28.038 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:29.040 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:31.088 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:31.088 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:31.650 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:32.651 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:34.529 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:34.530 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:35.148 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:36.150 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:37.940 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:37.941 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:38.533 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:39.534 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:41.355 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:41.355 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:41.936 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:42.938 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:44.848 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:44.848 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:45.460 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:46.462 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:48.489 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:48.489 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "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}}] 2024-02-10T09:28:49.082 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:50.083 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:52.626 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:52.626 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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": "2024-02-10T09:16:15.415920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:16:24.129078Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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": "2024-02-10T09:16:14.093806Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:16:11.803412Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:28:53.289 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:54.290 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:56.765 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:28:56.766 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:28:57.429 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:28:58.430 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:00.501 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:00.502 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:01.027 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:02.028 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:03.987 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:03.987 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:04.600 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:05.601 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:07.507 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:07.507 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:08.162 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:09.163 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:11.058 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:11.058 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:11.715 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:12.716 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:14.649 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:14.650 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:15.195 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:16.196 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:18.197 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:18.198 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:18.815 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:19.815 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:21.703 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:21.703 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:22.328 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:23.330 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:25.247 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:25.247 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:25.799 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:26.799 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:28.720 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:28.720 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:29.302 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:30.303 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:32.316 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:32.316 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:32.848 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:33.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:35.726 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:35.726 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:36.344 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:37.346 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:39.322 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:39.323 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:39.856 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:40.857 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:42.657 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:42.657 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:43.242 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:44.243 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:46.169 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:46.170 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:46.816 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:47.817 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:49.689 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:49.689 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:50.235 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:51.236 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:53.159 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:53.159 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:53.783 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:54.784 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:56.691 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:29:56.691 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:29:57.323 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:29:58.325 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:00.167 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:00.167 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:00.803 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:01.804 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:03.738 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:03.739 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:04.315 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:05.315 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:07.299 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:07.299 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:07.931 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:08.932 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:10.842 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:10.842 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:11.409 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:12.410 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:14.234 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:14.234 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:14.848 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:15.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:17.759 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:17.759 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:18.345 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:19.345 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:21.254 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:21.254 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:21.892 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:22.893 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:24.881 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:24.881 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:25.564 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:26.565 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:28.507 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:28.507 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:29.228 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:30.229 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:32.157 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:32.158 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:32.834 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:33.835 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:35.910 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:35.910 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:36.590 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:37.590 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:39.407 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:39.408 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:40.146 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:41.148 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:43.110 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:43.110 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:43.702 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:44.704 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:46.753 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:46.753 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:47.450 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:48.451 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:50.570 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:50.570 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:51.283 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:52.285 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:54.263 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:54.263 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:54.928 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:55.929 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:57.935 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:30:57.935 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:30:58.567 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:30:59.569 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:01.561 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:01.562 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:02.333 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:03.333 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:05.310 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:05.311 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:06.048 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:07.049 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:09.140 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:09.140 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:09.811 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:10.813 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:12.851 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:12.851 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:13.603 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:14.604 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:16.526 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:16.527 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:17.230 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:18.231 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:20.189 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:20.189 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:20.960 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:21.962 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:23.964 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:23.965 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:24.750 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:25.751 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:27.722 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:27.722 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:28.438 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:29.440 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:31.299 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:31.299 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:31.918 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:32.919 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:35.068 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:35.069 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:35.725 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:36.726 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:38.651 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:38.652 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:39.371 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:40.371 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:42.362 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:42.362 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:43.085 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:44.086 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:45.965 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:45.965 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:46.596 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:47.597 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:49.618 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:49.618 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:50.227 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:51.228 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:53.284 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:53.285 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:53.919 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:54.920 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:56.830 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:31:56.831 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:31:57.600 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:31:58.601 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:00.513 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:00.513 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:01.230 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:02.231 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:04.135 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:04.135 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:04.810 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:05.810 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:07.831 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:07.831 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:08.558 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:09.559 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:11.548 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:11.548 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:12.214 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:13.215 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:15.160 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:15.160 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:15.837 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:16.838 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:18.883 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:18.883 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:19.515 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:20.516 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:22.440 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:22.440 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:23.203 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:24.204 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:26.170 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:26.170 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:26.790 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:27.791 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:29.669 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:29.669 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:30.433 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:31.434 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:33.380 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:33.380 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:34.011 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:35.012 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:36.999 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:36.999 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:37.734 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:38.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:40.698 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:40.698 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:41.432 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:42.434 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:44.560 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:44.560 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:45.155 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:46.156 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:48.214 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:48.214 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:48.919 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:49.921 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:51.695 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:51.695 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:52.391 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:53.392 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:55.353 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:55.353 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:56.014 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:32:57.016 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:59.078 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:32:59.078 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:32:59.753 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:00.754 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:02.696 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:02.696 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:03.422 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:04.423 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:06.537 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:06.537 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:07.275 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:08.275 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:10.242 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:10.242 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:10.746 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:11.747 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:13.681 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:13.682 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:14.310 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:15.311 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:17.241 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:17.241 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:17.949 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:18.950 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:21.028 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:21.028 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:21.721 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:22.723 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:24.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:24.776 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:25.345 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:26.346 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:28.169 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:28.169 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:28.775 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:29.776 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:31.736 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:31.737 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:32.447 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:33.448 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:35.511 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:35.511 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:36.155 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:37.156 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:39.069 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:39.069 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:39.703 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:40.704 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:42.724 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:42.724 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:43.458 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:44.459 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:46.464 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:46.464 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:47.069 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:48.070 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:50.067 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:50.067 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:50.717 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:51.718 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:53.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:53.763 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:54.496 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:55.497 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:57.499 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:33:57.499 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:33:58.242 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:33:59.243 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:01.205 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:01.205 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:01.805 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:02.807 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:04.817 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:04.817 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:05.526 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:06.528 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:08.491 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:08.491 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:09.152 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:10.154 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:12.207 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:12.207 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:12.997 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:13.998 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:15.974 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:15.974 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:16.734 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:17.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:19.658 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:19.659 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:20.406 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:21.407 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:23.565 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:23.565 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:24.303 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:25.304 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:27.285 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:27.285 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:28.069 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:29.070 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:30.987 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:30.988 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:31.707 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:32.708 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:34.728 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:34.728 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:35.476 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:36.477 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:38.377 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:38.377 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:39.122 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:40.124 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:42.084 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:42.084 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:42.786 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:43.787 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:45.854 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:45.855 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:46.549 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:47.551 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:49.443 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:49.443 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:50.180 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:51.181 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:53.244 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:53.244 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:53.926 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:54.927 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:56.936 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:34:56.936 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:34:57.581 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:34:58.581 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:00.504 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:00.504 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:01.253 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:02.254 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:04.243 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:04.243 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:04.858 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:05.859 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:07.910 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:07.910 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:08.530 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:09.530 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:11.564 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:11.565 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:12.210 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:13.211 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:15.134 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:15.134 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:15.733 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:16.734 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:18.811 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:18.811 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:19.533 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:20.535 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:22.475 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:22.475 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:23.087 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:24.088 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:26.052 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:26.053 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:26.734 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:27.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:29.734 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:29.734 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:30.508 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:31.509 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:33.499 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:33.500 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:34.097 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:35.098 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:37.057 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:37.058 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:37.660 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:38.661 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:40.658 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:40.658 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:41.385 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:42.386 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:44.342 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:44.343 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:44.981 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:45.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:47.971 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:47.971 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:48.603 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:49.603 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:51.568 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:51.569 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:52.292 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:53.294 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:55.200 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:55.200 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:55.789 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:35:56.790 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:58.707 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:35:58.708 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:35:59.361 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:00.363 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:02.205 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:02.205 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:02.884 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:03.885 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:05.928 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:05.928 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:06.447 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:07.448 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:09.562 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:09.562 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:10.219 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:11.220 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:13.299 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:13.299 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:13.950 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:14.951 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:16.970 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:16.970 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:17.589 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:18.589 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:20.489 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:20.489 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:36:20.459902Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:34:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:35:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:35:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:21.156 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-10T09:36:22.157 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:24.225 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:24.226 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:52.725974Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:28:52.726049Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:26:47.892235Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:52.726102Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:52.725820Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:52.726153Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:52.726159Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:36:20.459902Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:34:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:35:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:35:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:25.534 INFO:tasks.cephadm:mds.foofs has 1/2 2024-02-10T09:36:26.535 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:28.848 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:36:28.848 INFO:teuthology.orchestra.run.smithi134.stdout:[{"events": ["2024-02-10T09:21:49.428423Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:17:27Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi134 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:19:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:33:50.947972Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi178 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:29:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:30:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi178 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-10T09:31:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:32:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:33:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:15.415920Z", "last_refresh": "2024-02-10T09:28:53.527343Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-10T09:16:24.129078Z", "last_refresh": "2024-02-10T09:36:28.370621Z", "running": 1, "size": 1}}, {"events": ["2024-02-10T09:26:47.898611Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-10T09:26:47.892235Z", "last_refresh": "2024-02-10T09:36:28.371372Z", "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": "2024-02-10T09:16:14.093806Z", "last_refresh": "2024-02-10T09:28:53.527284Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-10T09:16:11.803412Z", "last_refresh": "2024-02-10T09:28:53.527144Z", "running": 2, "size": 5}}, {"events": ["2024-02-10T09:24:22.042807Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi178on smithi178: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi178 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi178\"", "2024-02-10T09:26:22.602339Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi134 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\nsystemctl: stderr Job for ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@node-exporter.smithi134\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-10T09:16:26.394402Z", "last_refresh": "2024-02-10T09:28:53.528000Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-10T09:28:53.527397Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-10T09:28:50.187047Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:26:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:27:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:28:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-10T09:36:20.459902Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi134on smithi134: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi134 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi134 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-10T09:34:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:35:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-10T09:35:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-10T09:36:29.462 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-10T09:36:29.463 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T09:36:29.472 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:36:29.473 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-10T09:36:31.805 INFO:teuthology.orchestra.run.smithi134.stderr:Invalid command: missing required parameter clusterid() 2024-02-10T09:36:31.805 INFO:teuthology.orchestra.run.smithi134.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-10T09:36:31.805 INFO:teuthology.orchestra.run.smithi134.stderr:Error EINVAL: invalid command 2024-02-10T09:36:34.028 INFO:teuthology.orchestra.run.smithi134.stdout:NFS Cluster Created Successfully 2024-02-10T09:36:34.748 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-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' 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout: "bind": "/fake", 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout: "fs": "foofs", 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout: "path": "/", 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout: "cluster": "foo", 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout: "mode": "RW" 2024-02-10T09:36:36.833 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:36:37.544 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-10T09:44:10.647 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo 2/2 - 8s count:2 2024-02-10T09:44:11.280 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-10T09:44:11.292 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:44:11.292 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-10T09:44:11.322 INFO:teuthology.orchestra.run.smithi134.stderr:+ mkdir /mnt/foo 2024-02-10T09:44:11.347 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-10T09:44:11.413 INFO:teuthology.orchestra.run.smithi134.stderr:++ hostname 2024-02-10T09:44:11.413 INFO:teuthology.orchestra.run.smithi134.stderr:+ mount -t nfs smithi134:/fake /mnt/foo -o sync 2024-02-10T09:44:19.020 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-10T09:44:19.096 INFO:teuthology.orchestra.run.smithi134.stderr:+ echo test 2024-02-10T09:44:19.106 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-10T09:44:19.176 INFO:teuthology.orchestra.run.smithi134.stderr:+ sync 2024-02-10T09:44:19.502 INFO:teuthology.run_tasks:Running task parallel... 2024-02-10T09:44:19.515 INFO:teuthology.task.parallel:starting parallel... 2024-02-10T09:44:19.515 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-10T09:44:19.516 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-10T09:44:19.516 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:44:19.517 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-10T09:44:19.517 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-10T09:44:19.517 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-10T09:44:19.518 INFO:teuthology.task.exec:Executing custom commands... 2024-02-10T09:44:19.518 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:44:19.518 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-10T09:44:19.595 INFO:teuthology.orchestra.run.smithi134.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-10T09:44:19.595 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:44:19.595 INFO:teuthology.orchestra.run.smithi134.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-10T09:44:19.607 INFO:teuthology.orchestra.run.smithi134.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-10T09:44:19.707 INFO:teuthology.orchestra.run.smithi134.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-10T09:44:19.707 INFO:teuthology.orchestra.run.smithi134.stdout:releasing clients 2024-02-10T09:44:20.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 312 57.10 MB/sec warmup 1 sec latency 10.513 ms 2024-02-10T09:44:21.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 697 52.99 MB/sec warmup 2 sec latency 14.667 ms 2024-02-10T09:44:22.487 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-10T09:44:22.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 2061 44.33 MB/sec warmup 3 sec latency 9.577 ms 2024-02-10T09:44:23.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 3520 47.96 MB/sec warmup 4 sec latency 12.260 ms 2024-02-10T09:44:24.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 4561 41.20 MB/sec warmup 5 sec latency 21.779 ms 2024-02-10T09:44:25.646 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-10T09:44:25.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 5968 39.28 MB/sec warmup 6 sec latency 20.221 ms 2024-02-10T09:44:26.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 7286 41.69 MB/sec warmup 7 sec latency 17.216 ms 2024-02-10T09:44:27.708 INFO:teuthology.orchestra.run.smithi134.stdout: 5 8254 38.27 MB/sec warmup 8 sec latency 14.132 ms 2024-02-10T09:44:28.518 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-10T09:44:28.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 9562 37.00 MB/sec warmup 9 sec latency 15.227 ms 2024-02-10T09:44:29.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 10949 39.00 MB/sec warmup 10 sec latency 17.072 ms 2024-02-10T09:44:30.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 11902 36.57 MB/sec warmup 11 sec latency 55.511 ms 2024-02-10T09:44:31.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 13359 36.73 MB/sec warmup 12 sec latency 35.002 ms 2024-02-10T09:44:32.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 14506 37.35 MB/sec warmup 13 sec latency 28.563 ms 2024-02-10T09:44:33.663 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-10T09:44:33.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 15239 35.44 MB/sec warmup 14 sec latency 28.638 ms 2024-02-10T09:44:34.709 INFO:teuthology.orchestra.run.smithi134.stdout: 5 16418 34.47 MB/sec warmup 15 sec latency 78.842 ms 2024-02-10T09:44:35.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 17548 34.96 MB/sec warmup 16 sec latency 14.797 ms 2024-02-10T09:44:36.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 18595 34.45 MB/sec warmup 17 sec latency 12.207 ms 2024-02-10T09:44:37.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 19701 33.91 MB/sec warmup 18 sec latency 26.329 ms 2024-02-10T09:44:38.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 20902 34.11 MB/sec warmup 19 sec latency 14.623 ms 2024-02-10T09:44:39.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 21802 33.93 MB/sec warmup 20 sec latency 29.538 ms 2024-02-10T09:44:40.192 INFO:teuthology.orchestra.run.smithi134.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T09:44:40.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 22617 33.10 MB/sec warmup 21 sec latency 47.526 ms 2024-02-10T09:44:40.962 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-10T09:44:40.962 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T09:44:40.963 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- 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' 2024-02-10T09:44:41.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 23760 32.47 MB/sec warmup 22 sec latency 31.641 ms 2024-02-10T09:44:42.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 25077 33.54 MB/sec warmup 23 sec latency 59.646 ms 2024-02-10T09:44:43.282 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:44:43.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 25743 32.40 MB/sec warmup 24 sec latency 25.320 ms 2024-02-10T09:44:43.986 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:44:43.986 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:44:43.986 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (22m) 30s ago 22m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (8m) 30s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (8m) 30s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (29m) 30s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (29m) 30s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (27m) 30s ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (34s) 30s ago 33s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (38s) 30s ago 37s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 30s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 30s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:44:43.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (21m) 30s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:44:43.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (20m) 30s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:44:43.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (19m) 30s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:44:43.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (19m) 30s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:44:43.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (19m) 30s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:44:44.416 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:44:44.416 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:44:44.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:44:44.416 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:44:44.416 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:44:44.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:44:44.417 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:44:44.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 26747 32.05 MB/sec warmup 25 sec latency 25.181 ms 2024-02-10T09:44:44.820 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:44:44.820 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:44:44.820 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:44:44.820 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:44:44.820 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:44:44.820 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:44:45.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 28176 32.51 MB/sec warmup 26 sec latency 18.582 ms 2024-02-10T09:44:46.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 29165 32.28 MB/sec warmup 27 sec latency 18.561 ms 2024-02-10T09:44:47.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 30106 32.00 MB/sec warmup 28 sec latency 26.043 ms 2024-02-10T09:44:48.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 31308 32.01 MB/sec warmup 29 sec latency 18.137 ms 2024-02-10T09:44:49.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 32284 32.14 MB/sec warmup 30 sec latency 14.094 ms 2024-02-10T09:44:50.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 33233 31.53 MB/sec warmup 31 sec latency 18.364 ms 2024-02-10T09:44:51.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 34690 31.71 MB/sec warmup 32 sec latency 12.642 ms 2024-02-10T09:44:52.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 35953 32.15 MB/sec warmup 33 sec latency 15.579 ms 2024-02-10T09:44:53.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 36929 31.87 MB/sec warmup 34 sec latency 29.209 ms 2024-02-10T09:44:54.710 INFO:teuthology.orchestra.run.smithi134.stdout: 5 37916 31.33 MB/sec warmup 35 sec latency 35.049 ms 2024-02-10T09:44:55.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 38912 31.57 MB/sec warmup 36 sec latency 16.425 ms 2024-02-10T09:44:56.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 39807 31.31 MB/sec warmup 37 sec latency 19.522 ms 2024-02-10T09:44:57.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 40923 31.15 MB/sec warmup 38 sec latency 19.090 ms 2024-02-10T09:44:58.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 42167 31.34 MB/sec warmup 39 sec latency 13.612 ms 2024-02-10T09:44:59.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 43039 31.30 MB/sec warmup 40 sec latency 15.882 ms 2024-02-10T09:45:00.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 44133 31.17 MB/sec warmup 41 sec latency 20.896 ms 2024-02-10T09:45:01.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 45609 31.33 MB/sec warmup 42 sec latency 14.772 ms 2024-02-10T09:45:02.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 46595 31.35 MB/sec warmup 43 sec latency 19.562 ms 2024-02-10T09:45:03.711 INFO:teuthology.orchestra.run.smithi134.stdout: 5 47512 31.01 MB/sec warmup 44 sec latency 16.030 ms 2024-02-10T09:45:04.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 48804 30.97 MB/sec warmup 45 sec latency 16.107 ms 2024-02-10T09:45:05.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 50120 31.37 MB/sec warmup 46 sec latency 15.141 ms 2024-02-10T09:45:06.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 51170 31.19 MB/sec warmup 47 sec latency 22.031 ms 2024-02-10T09:45:07.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 52292 30.97 MB/sec warmup 48 sec latency 24.423 ms 2024-02-10T09:45:08.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 53278 31.21 MB/sec warmup 49 sec latency 70.687 ms 2024-02-10T09:45:09.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 54039 30.85 MB/sec warmup 50 sec latency 53.416 ms 2024-02-10T09:45:10.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 55025 30.71 MB/sec warmup 51 sec latency 29.524 ms 2024-02-10T09:45:11.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 55810 30.42 MB/sec warmup 52 sec latency 22.414 ms 2024-02-10T09:45:12.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 56897 30.72 MB/sec warmup 53 sec latency 20.231 ms 2024-02-10T09:45:13.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 57671 30.35 MB/sec warmup 54 sec latency 20.603 ms 2024-02-10T09:45:14.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 58611 30.22 MB/sec warmup 55 sec latency 27.224 ms 2024-02-10T09:45:15.157 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:45:15.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 59333 29.94 MB/sec warmup 56 sec latency 27.123 ms 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (23m) 31s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (23m) 30s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (22m) 30s ago 22m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (8m) 31s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (8m) 30s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (29m) 31s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (22m) 30s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (29m) 31s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (27m) 30s ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (66s) 31s ago 65s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (70s) 30s ago 69s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:45:15.755 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 31s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 30s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (23m) 31s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (20m) 30s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (20m) 30s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (20m) 30s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:45:15.756 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (19m) 30s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:45:16.072 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:45:16.072 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:45:16.072 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:45:16.072 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:16.072 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:45:16.073 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:45:16.383 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:45:16.383 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:45:16.383 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:45:16.383 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:45:16.384 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:45:16.384 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:45:16.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 60062 29.94 MB/sec warmup 57 sec latency 23.559 ms 2024-02-10T09:45:17.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 60891 29.84 MB/sec warmup 58 sec latency 15.794 ms 2024-02-10T09:45:18.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 61591 29.54 MB/sec warmup 59 sec latency 25.315 ms 2024-02-10T09:45:19.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 62576 29.37 MB/sec warmup 60 sec latency 26.643 ms 2024-02-10T09:45:20.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 63610 29.56 MB/sec warmup 61 sec latency 19.772 ms 2024-02-10T09:45:21.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 64340 29.45 MB/sec warmup 62 sec latency 84.625 ms 2024-02-10T09:45:22.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 65070 29.17 MB/sec warmup 63 sec latency 21.292 ms 2024-02-10T09:45:23.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 66081 29.01 MB/sec warmup 64 sec latency 21.390 ms 2024-02-10T09:45:24.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 66865 29.06 MB/sec warmup 65 sec latency 24.358 ms 2024-02-10T09:45:25.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 67729 29.08 MB/sec warmup 66 sec latency 17.408 ms 2024-02-10T09:45:26.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 68284 28.73 MB/sec warmup 67 sec latency 35.577 ms 2024-02-10T09:45:27.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 68958 28.60 MB/sec warmup 68 sec latency 38.055 ms 2024-02-10T09:45:28.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 69866 28.41 MB/sec warmup 69 sec latency 99.165 ms 2024-02-10T09:45:29.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 70708 28.48 MB/sec warmup 70 sec latency 24.593 ms 2024-02-10T09:45:30.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 71423 28.42 MB/sec warmup 71 sec latency 21.934 ms 2024-02-10T09:45:31.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 71938 28.12 MB/sec warmup 72 sec latency 36.265 ms 2024-02-10T09:45:32.712 INFO:teuthology.orchestra.run.smithi134.stdout: 5 72386 27.84 MB/sec warmup 73 sec latency 30.271 ms 2024-02-10T09:45:33.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 73119 27.71 MB/sec warmup 74 sec latency 21.419 ms 2024-02-10T09:45:34.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 73907 27.67 MB/sec warmup 75 sec latency 22.321 ms 2024-02-10T09:45:35.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 74698 27.69 MB/sec warmup 76 sec latency 23.567 ms 2024-02-10T09:45:36.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 75467 27.53 MB/sec warmup 77 sec latency 22.682 ms 2024-02-10T09:45:37.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 76422 27.46 MB/sec warmup 78 sec latency 19.614 ms 2024-02-10T09:45:38.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 77162 27.30 MB/sec warmup 79 sec latency 23.406 ms 2024-02-10T09:45:39.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 77813 27.29 MB/sec warmup 80 sec latency 23.699 ms 2024-02-10T09:45:40.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 78355 27.24 MB/sec warmup 81 sec latency 29.552 ms 2024-02-10T09:45:41.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 78750 26.96 MB/sec warmup 82 sec latency 50.981 ms 2024-02-10T09:45:42.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 79407 26.76 MB/sec warmup 83 sec latency 59.606 ms 2024-02-10T09:45:43.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 80532 26.78 MB/sec warmup 84 sec latency 18.563 ms 2024-02-10T09:45:44.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 81219 26.75 MB/sec warmup 85 sec latency 22.556 ms 2024-02-10T09:45:45.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 81886 26.73 MB/sec warmup 86 sec latency 21.958 ms 2024-02-10T09:45:46.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 82598 26.56 MB/sec warmup 87 sec latency 32.014 ms 2024-02-10T09:45:46.750 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (23m) 61s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (23m) 61s ago 23m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (9m) 63s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (9m) 61s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (30m) 63s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (23m) 61s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:45:47.496 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (30m) 63s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (28m) 61s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (97s) 63s ago 97s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (102s) 61s ago 101s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 63s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 61s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (22m) 63s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (21m) 61s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (20m) 61s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (20m) 61s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:45:47.497 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (20m) 61s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:45:47.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 83570 26.55 MB/sec warmup 88 sec latency 25.241 ms 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:45:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:45:47.914 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:45:48.320 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:45:48.320 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:45:48.320 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:45:48.320 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:45:48.320 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:45:48.320 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:45:48.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 84587 26.57 MB/sec warmup 89 sec latency 22.190 ms 2024-02-10T09:45:49.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 85424 26.59 MB/sec warmup 90 sec latency 100.867 ms 2024-02-10T09:45:50.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 85913 26.43 MB/sec warmup 91 sec latency 46.611 ms 2024-02-10T09:45:51.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 86347 26.19 MB/sec warmup 92 sec latency 34.933 ms 2024-02-10T09:45:52.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 86754 26.07 MB/sec warmup 93 sec latency 31.362 ms 2024-02-10T09:45:53.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 87738 26.00 MB/sec warmup 94 sec latency 21.594 ms 2024-02-10T09:45:54.713 INFO:teuthology.orchestra.run.smithi134.stdout: 5 88401 25.96 MB/sec warmup 95 sec latency 23.050 ms 2024-02-10T09:45:55.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 89064 25.98 MB/sec warmup 96 sec latency 22.007 ms 2024-02-10T09:45:56.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 89724 25.80 MB/sec warmup 97 sec latency 27.319 ms 2024-02-10T09:45:57.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 90547 25.77 MB/sec warmup 98 sec latency 29.431 ms 2024-02-10T09:45:58.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 91452 25.70 MB/sec warmup 99 sec latency 22.496 ms 2024-02-10T09:45:59.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 92421 25.81 MB/sec warmup 100 sec latency 25.832 ms 2024-02-10T09:46:00.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 93086 25.71 MB/sec warmup 101 sec latency 24.558 ms 2024-02-10T09:46:01.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 93950 25.69 MB/sec warmup 102 sec latency 28.948 ms 2024-02-10T09:46:02.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 94882 25.60 MB/sec warmup 103 sec latency 21.080 ms 2024-02-10T09:46:03.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 95527 25.55 MB/sec warmup 104 sec latency 21.270 ms 2024-02-10T09:46:04.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 96093 25.54 MB/sec warmup 105 sec latency 33.078 ms 2024-02-10T09:46:05.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 96436 25.39 MB/sec warmup 106 sec latency 29.850 ms 2024-02-10T09:46:06.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 96833 25.18 MB/sec warmup 107 sec latency 50.351 ms 2024-02-10T09:46:07.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 97596 25.16 MB/sec warmup 108 sec latency 20.957 ms 2024-02-10T09:46:08.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 98445 25.07 MB/sec warmup 109 sec latency 22.542 ms 2024-02-10T09:46:09.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 99317 25.13 MB/sec warmup 110 sec latency 23.061 ms 2024-02-10T09:46:10.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 100189 25.12 MB/sec warmup 111 sec latency 24.177 ms 2024-02-10T09:46:11.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 100881 25.03 MB/sec warmup 112 sec latency 36.730 ms 2024-02-10T09:46:12.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 101676 24.98 MB/sec warmup 113 sec latency 31.472 ms 2024-02-10T09:46:13.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 102186 24.87 MB/sec warmup 114 sec latency 25.014 ms 2024-02-10T09:46:14.714 INFO:teuthology.orchestra.run.smithi134.stdout: 5 102814 24.84 MB/sec warmup 115 sec latency 29.147 ms 2024-02-10T09:46:15.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 103369 24.83 MB/sec warmup 116 sec latency 24.336 ms 2024-02-10T09:46:16.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 103989 24.67 MB/sec warmup 117 sec latency 33.865 ms 2024-02-10T09:46:17.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 104544 24.61 MB/sec warmup 118 sec latency 36.523 ms 2024-02-10T09:46:18.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105296 24.54 MB/sec warmup 119 sec latency 25.976 ms 2024-02-10T09:46:18.715 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:46:19.463 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:46:19.463 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (24m) 95s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:46:19.463 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (24m) 93s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:46:19.463 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (24m) 93s ago 24m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:46:19.463 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (9m) 95s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (9m) 93s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (30m) 95s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (23m) 93s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (30m) 95s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (28m) 93s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (2m) 95s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (2m) 93s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 95s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 93s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (24m) 95s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (24m) 95s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:46:19.464 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (23m) 95s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:46:19.465 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (23m) 95s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:46:19.465 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (21m) 93s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:46:19.465 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (21m) 93s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:46:19.465 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (21m) 93s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:46:19.465 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (20m) 93s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:46:19.858 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:46:19.858 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:46:19.858 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:46:19.858 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:46:19.859 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:46:20.223 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:46:20.223 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:46:20.223 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:46:20.223 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:46:20.223 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:46:20.223 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:46:20.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 106338 17.58 MB/sec execute 1 sec latency 31.391 ms 2024-02-10T09:46:21.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 106812 18.10 MB/sec execute 2 sec latency 47.338 ms 2024-02-10T09:46:22.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 107360 15.35 MB/sec execute 3 sec latency 32.293 ms 2024-02-10T09:46:23.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 107811 14.23 MB/sec execute 4 sec latency 35.288 ms 2024-02-10T09:46:24.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 108298 14.33 MB/sec execute 5 sec latency 38.317 ms 2024-02-10T09:46:25.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 108877 13.76 MB/sec execute 6 sec latency 41.496 ms 2024-02-10T09:46:26.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 109184 12.59 MB/sec execute 7 sec latency 39.465 ms 2024-02-10T09:46:27.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 109903 14.23 MB/sec execute 8 sec latency 26.933 ms 2024-02-10T09:46:28.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 110553 15.42 MB/sec execute 9 sec latency 33.071 ms 2024-02-10T09:46:29.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 111019 14.35 MB/sec execute 10 sec latency 38.903 ms 2024-02-10T09:46:30.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 111425 13.91 MB/sec execute 11 sec latency 35.073 ms 2024-02-10T09:46:31.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 112128 14.28 MB/sec execute 12 sec latency 28.988 ms 2024-02-10T09:46:32.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 112714 14.11 MB/sec execute 13 sec latency 33.774 ms 2024-02-10T09:46:33.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 113351 14.63 MB/sec execute 14 sec latency 46.998 ms 2024-02-10T09:46:34.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 113857 15.09 MB/sec execute 15 sec latency 43.025 ms 2024-02-10T09:46:35.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 114300 14.77 MB/sec execute 16 sec latency 37.174 ms 2024-02-10T09:46:36.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 114650 14.14 MB/sec execute 17 sec latency 38.739 ms 2024-02-10T09:46:37.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 115000 13.89 MB/sec execute 18 sec latency 39.713 ms 2024-02-10T09:46:38.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 116019 14.49 MB/sec execute 19 sec latency 20.975 ms 2024-02-10T09:46:39.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 116996 15.17 MB/sec execute 20 sec latency 20.755 ms 2024-02-10T09:46:40.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 117931 15.86 MB/sec execute 21 sec latency 62.634 ms 2024-02-10T09:46:41.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 118544 15.71 MB/sec execute 22 sec latency 28.188 ms 2024-02-10T09:46:42.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 119108 15.74 MB/sec execute 23 sec latency 42.007 ms 2024-02-10T09:46:43.716 INFO:teuthology.orchestra.run.smithi134.stdout: 5 119564 15.46 MB/sec execute 24 sec latency 35.507 ms 2024-02-10T09:46:44.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 119836 15.00 MB/sec execute 25 sec latency 40.042 ms 2024-02-10T09:46:45.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120224 15.03 MB/sec execute 26 sec latency 45.234 ms 2024-02-10T09:46:46.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120745 15.26 MB/sec execute 27 sec latency 49.765 ms 2024-02-10T09:46:47.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 121098 15.06 MB/sec execute 28 sec latency 43.979 ms 2024-02-10T09:46:48.716 INFO:teuthology.orchestra.run.smithi134.stdout: 5 121496 14.79 MB/sec execute 29 sec latency 49.279 ms 2024-02-10T09:46:49.716 INFO:teuthology.orchestra.run.smithi134.stdout: 5 121900 14.56 MB/sec execute 30 sec latency 34.757 ms 2024-02-10T09:46:50.605 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:46:50.715 INFO:teuthology.orchestra.run.smithi134.stdout: 5 122349 14.59 MB/sec execute 31 sec latency 39.244 ms 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (25m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (24m) 2m ago 24m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:46:51.340 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (29m) 2m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:46:51.341 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:46:51.716 INFO:teuthology.orchestra.run.smithi134.stdout: 5 122872 14.37 MB/sec execute 32 sec latency 46.257 ms 2024-02-10T09:46:51.749 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:46:51.749 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:46:51.749 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:46:51.749 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:46:51.750 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:46:52.114 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:46:52.114 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:46:52.114 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:46:52.114 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:46:52.114 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:46:52.114 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:46:52.716 INFO:teuthology.orchestra.run.smithi134.stdout: 5 123286 14.21 MB/sec execute 33 sec latency 39.125 ms 2024-02-10T09:46:53.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 123822 14.34 MB/sec execute 34 sec latency 46.333 ms 2024-02-10T09:46:54.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 124441 14.66 MB/sec execute 35 sec latency 23.962 ms 2024-02-10T09:46:55.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 124949 14.52 MB/sec execute 36 sec latency 30.816 ms 2024-02-10T09:46:56.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 125825 14.65 MB/sec execute 37 sec latency 59.080 ms 2024-02-10T09:46:57.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 126735 14.82 MB/sec execute 38 sec latency 36.535 ms 2024-02-10T09:46:58.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 127425 14.98 MB/sec execute 39 sec latency 33.879 ms 2024-02-10T09:46:59.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 128017 15.22 MB/sec execute 40 sec latency 28.580 ms 2024-02-10T09:47:00.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 128452 15.09 MB/sec execute 41 sec latency 30.847 ms 2024-02-10T09:47:01.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 129187 15.06 MB/sec execute 42 sec latency 42.008 ms 2024-02-10T09:47:02.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 130285 15.33 MB/sec execute 43 sec latency 20.988 ms 2024-02-10T09:47:03.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131240 15.64 MB/sec execute 44 sec latency 33.901 ms 2024-02-10T09:47:04.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131768 15.72 MB/sec execute 45 sec latency 36.026 ms 2024-02-10T09:47:05.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 132106 15.57 MB/sec execute 46 sec latency 39.797 ms 2024-02-10T09:47:06.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 132717 15.48 MB/sec execute 47 sec latency 57.595 ms 2024-02-10T09:47:07.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 133685 15.66 MB/sec execute 48 sec latency 28.616 ms 2024-02-10T09:47:08.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 134081 15.50 MB/sec execute 49 sec latency 44.072 ms 2024-02-10T09:47:09.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 134486 15.47 MB/sec execute 50 sec latency 30.229 ms 2024-02-10T09:47:10.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 134897 15.49 MB/sec execute 51 sec latency 49.376 ms 2024-02-10T09:47:11.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 135526 15.57 MB/sec execute 52 sec latency 54.869 ms 2024-02-10T09:47:12.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 136100 15.49 MB/sec execute 53 sec latency 53.715 ms 2024-02-10T09:47:13.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 136454 15.40 MB/sec execute 54 sec latency 40.000 ms 2024-02-10T09:47:14.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 136807 15.29 MB/sec execute 55 sec latency 52.191 ms 2024-02-10T09:47:15.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 137197 15.13 MB/sec execute 56 sec latency 52.611 ms 2024-02-10T09:47:16.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 137548 14.94 MB/sec execute 57 sec latency 47.738 ms 2024-02-10T09:47:17.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 137921 14.95 MB/sec execute 58 sec latency 48.142 ms 2024-02-10T09:47:18.717 INFO:teuthology.orchestra.run.smithi134.stdout: 5 138305 14.92 MB/sec execute 59 sec latency 63.281 ms 2024-02-10T09:47:19.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 138711 14.93 MB/sec execute 60 sec latency 53.500 ms 2024-02-10T09:47:20.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 138990 14.79 MB/sec execute 61 sec latency 52.107 ms 2024-02-10T09:47:21.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 139278 14.70 MB/sec execute 62 sec latency 53.475 ms 2024-02-10T09:47:22.488 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:47:22.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 139643 14.56 MB/sec execute 63 sec latency 52.077 ms 2024-02-10T09:47:23.252 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:47:23.252 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:47:23.252 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:47:23.252 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (25m) 2m ago 25m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (11m) 2m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:47:23.253 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:47:23.254 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:47:23.254 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:47:23.254 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:47:23.254 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:47:23.673 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:47:23.674 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:23.674 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:47:23.674 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:47:23.674 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:47:23.674 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:47:23.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 140135 14.52 MB/sec execute 64 sec latency 33.090 ms 2024-02-10T09:47:24.053 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:47:24.053 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:47:24.053 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:47:24.053 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:47:24.053 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:47:24.053 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:47:24.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 140720 14.46 MB/sec execute 65 sec latency 34.249 ms 2024-02-10T09:47:25.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 141036 14.35 MB/sec execute 66 sec latency 81.869 ms 2024-02-10T09:47:26.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 141351 14.26 MB/sec execute 67 sec latency 42.204 ms 2024-02-10T09:47:27.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 141691 14.28 MB/sec execute 68 sec latency 38.854 ms 2024-02-10T09:47:28.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 142016 14.23 MB/sec execute 69 sec latency 70.862 ms 2024-02-10T09:47:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 142505 14.25 MB/sec execute 70 sec latency 41.114 ms 2024-02-10T09:47:30.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 142858 14.18 MB/sec execute 71 sec latency 48.504 ms 2024-02-10T09:47:31.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 143272 14.08 MB/sec execute 72 sec latency 58.182 ms 2024-02-10T09:47:32.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 143773 14.08 MB/sec execute 73 sec latency 30.271 ms 2024-02-10T09:47:33.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 144222 13.99 MB/sec execute 74 sec latency 34.660 ms 2024-02-10T09:47:34.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 144518 13.89 MB/sec execute 75 sec latency 77.742 ms 2024-02-10T09:47:35.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 144796 13.79 MB/sec execute 76 sec latency 40.633 ms 2024-02-10T09:47:36.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 145126 13.76 MB/sec execute 77 sec latency 51.459 ms 2024-02-10T09:47:37.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 145404 13.74 MB/sec execute 78 sec latency 62.169 ms 2024-02-10T09:47:38.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 145804 13.76 MB/sec execute 79 sec latency 87.824 ms 2024-02-10T09:47:39.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 146205 13.71 MB/sec execute 80 sec latency 36.744 ms 2024-02-10T09:47:40.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 146589 13.64 MB/sec execute 81 sec latency 60.742 ms 2024-02-10T09:47:41.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 146945 13.57 MB/sec execute 82 sec latency 33.763 ms 2024-02-10T09:47:42.718 INFO:teuthology.orchestra.run.smithi134.stdout: 5 147244 13.50 MB/sec execute 83 sec latency 53.563 ms 2024-02-10T09:47:43.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 147665 13.45 MB/sec execute 84 sec latency 103.525 ms 2024-02-10T09:47:44.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 148131 13.39 MB/sec execute 85 sec latency 40.331 ms 2024-02-10T09:47:45.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 148606 13.43 MB/sec execute 86 sec latency 29.136 ms 2024-02-10T09:47:46.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 149029 13.43 MB/sec execute 87 sec latency 42.612 ms 2024-02-10T09:47:47.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 149847 13.57 MB/sec execute 88 sec latency 25.603 ms 2024-02-10T09:47:48.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 150602 13.64 MB/sec execute 89 sec latency 29.772 ms 2024-02-10T09:47:49.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 151571 13.68 MB/sec execute 90 sec latency 25.755 ms 2024-02-10T09:47:50.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 152534 13.88 MB/sec execute 91 sec latency 34.240 ms 2024-02-10T09:47:51.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 153370 14.01 MB/sec execute 92 sec latency 34.378 ms 2024-02-10T09:47:52.719 INFO:teuthology.orchestra.run.smithi134.stdout: 5 154082 14.06 MB/sec execute 93 sec latency 37.553 ms 2024-02-10T09:47:53.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 154899 14.06 MB/sec execute 94 sec latency 43.457 ms 2024-02-10T09:47:54.480 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:47:54.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 155515 14.08 MB/sec execute 95 sec latency 38.940 ms 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (25m) 3m ago 25m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:47:55.228 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (30m) 3m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:47:55.229 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:47:55.661 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:47:55.661 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:47:55.661 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:47:55.661 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:55.661 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:47:55.661 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:47:55.662 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:47:55.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 156187 14.17 MB/sec execute 96 sec latency 34.983 ms 2024-02-10T09:47:56.061 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:47:56.061 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:47:56.061 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:47:56.061 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:47:56.061 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:47:56.061 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:47:56.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 156802 14.27 MB/sec execute 97 sec latency 39.207 ms 2024-02-10T09:47:57.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 157489 14.28 MB/sec execute 98 sec latency 42.727 ms 2024-02-10T09:47:58.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 157854 14.21 MB/sec execute 99 sec latency 47.429 ms 2024-02-10T09:47:59.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 158269 14.17 MB/sec execute 100 sec latency 47.928 ms 2024-02-10T09:48:00.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 158672 14.09 MB/sec execute 101 sec latency 47.632 ms 2024-02-10T09:48:01.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 159288 14.14 MB/sec execute 102 sec latency 61.488 ms 2024-02-10T09:48:02.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 160062 14.27 MB/sec execute 103 sec latency 30.940 ms 2024-02-10T09:48:03.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 160593 14.28 MB/sec execute 104 sec latency 32.392 ms 2024-02-10T09:48:04.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 161121 14.24 MB/sec execute 105 sec latency 54.320 ms 2024-02-10T09:48:05.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 161744 14.25 MB/sec execute 106 sec latency 34.781 ms 2024-02-10T09:48:06.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 162331 14.21 MB/sec execute 107 sec latency 41.643 ms 2024-02-10T09:48:07.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 162790 14.21 MB/sec execute 108 sec latency 34.784 ms 2024-02-10T09:48:08.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 163224 14.22 MB/sec execute 109 sec latency 45.340 ms 2024-02-10T09:48:09.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 163654 14.24 MB/sec execute 110 sec latency 38.042 ms 2024-02-10T09:48:10.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 164220 14.25 MB/sec execute 111 sec latency 30.442 ms 2024-02-10T09:48:11.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 164913 14.27 MB/sec execute 112 sec latency 40.831 ms 2024-02-10T09:48:12.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 165681 14.27 MB/sec execute 113 sec latency 31.973 ms 2024-02-10T09:48:13.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 166301 14.29 MB/sec execute 114 sec latency 24.099 ms 2024-02-10T09:48:14.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 166895 14.34 MB/sec execute 115 sec latency 26.689 ms 2024-02-10T09:48:15.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 167383 14.38 MB/sec execute 116 sec latency 28.032 ms 2024-02-10T09:48:16.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 168047 14.40 MB/sec execute 117 sec latency 43.151 ms 2024-02-10T09:48:17.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 168609 14.38 MB/sec execute 118 sec latency 38.659 ms 2024-02-10T09:48:18.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 169157 14.33 MB/sec execute 119 sec latency 33.416 ms 2024-02-10T09:48:19.720 INFO:teuthology.orchestra.run.smithi134.stdout: 5 169623 14.32 MB/sec execute 120 sec latency 31.682 ms 2024-02-10T09:48:20.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 170461 14.42 MB/sec execute 121 sec latency 27.228 ms 2024-02-10T09:48:21.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 171146 14.52 MB/sec execute 122 sec latency 31.329 ms 2024-02-10T09:48:22.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 171776 14.50 MB/sec execute 123 sec latency 37.404 ms 2024-02-10T09:48:23.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 172456 14.50 MB/sec execute 124 sec latency 35.265 ms 2024-02-10T09:48:24.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 173108 14.50 MB/sec execute 125 sec latency 37.106 ms 2024-02-10T09:48:25.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 173702 14.54 MB/sec execute 126 sec latency 32.160 ms 2024-02-10T09:48:26.447 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:48:26.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 174214 14.59 MB/sec execute 127 sec latency 32.285 ms 2024-02-10T09:48:27.135 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:48:27.135 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (26m) 3m ago 26m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (12m) 3m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (12m) 3m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:48:27.136 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:48:27.137 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:48:27.524 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:48:27.525 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:48:27.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 174528 14.55 MB/sec execute 128 sec latency 45.090 ms 2024-02-10T09:48:27.865 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:48:27.865 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:48:27.865 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:48:27.865 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:48:27.865 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:48:27.866 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:48:28.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 174827 14.49 MB/sec execute 129 sec latency 72.098 ms 2024-02-10T09:48:29.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 175086 14.42 MB/sec execute 130 sec latency 62.087 ms 2024-02-10T09:48:30.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 175296 14.34 MB/sec execute 131 sec latency 62.934 ms 2024-02-10T09:48:31.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 175540 14.28 MB/sec execute 132 sec latency 72.259 ms 2024-02-10T09:48:32.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 176291 14.28 MB/sec execute 133 sec latency 33.469 ms 2024-02-10T09:48:33.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 176906 14.29 MB/sec execute 134 sec latency 37.263 ms 2024-02-10T09:48:34.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 177918 14.45 MB/sec execute 135 sec latency 29.188 ms 2024-02-10T09:48:35.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 178558 14.46 MB/sec execute 136 sec latency 47.238 ms 2024-02-10T09:48:36.722 INFO:teuthology.orchestra.run.smithi134.stdout: 5 179068 14.45 MB/sec execute 137 sec latency 47.417 ms 2024-02-10T09:48:37.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 179524 14.41 MB/sec execute 138 sec latency 43.931 ms 2024-02-10T09:48:38.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 179902 14.35 MB/sec execute 139 sec latency 96.448 ms 2024-02-10T09:48:39.722 INFO:teuthology.orchestra.run.smithi134.stdout: 5 180204 14.31 MB/sec execute 140 sec latency 44.193 ms 2024-02-10T09:48:40.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 180590 14.31 MB/sec execute 141 sec latency 47.230 ms 2024-02-10T09:48:41.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 181008 14.29 MB/sec execute 142 sec latency 46.206 ms 2024-02-10T09:48:42.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 181391 14.30 MB/sec execute 143 sec latency 35.680 ms 2024-02-10T09:48:43.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 181721 14.28 MB/sec execute 144 sec latency 45.275 ms 2024-02-10T09:48:44.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 181958 14.21 MB/sec execute 145 sec latency 49.005 ms 2024-02-10T09:48:45.722 INFO:teuthology.orchestra.run.smithi134.stdout: 5 182211 14.15 MB/sec execute 146 sec latency 63.207 ms 2024-02-10T09:48:46.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 182429 14.08 MB/sec execute 147 sec latency 66.348 ms 2024-02-10T09:48:47.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 182641 14.03 MB/sec execute 148 sec latency 61.610 ms 2024-02-10T09:48:48.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 183071 13.99 MB/sec execute 149 sec latency 65.409 ms 2024-02-10T09:48:49.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 183527 13.96 MB/sec execute 150 sec latency 31.463 ms 2024-02-10T09:48:50.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 183941 13.93 MB/sec execute 151 sec latency 43.301 ms 2024-02-10T09:48:51.721 INFO:teuthology.orchestra.run.smithi134.stdout: 5 184293 13.94 MB/sec execute 152 sec latency 69.104 ms 2024-02-10T09:48:52.722 INFO:teuthology.orchestra.run.smithi134.stdout: 5 184642 13.90 MB/sec execute 153 sec latency 60.766 ms 2024-02-10T09:48:53.722 INFO:teuthology.orchestra.run.smithi134.stdout: 5 184929 13.90 MB/sec execute 154 sec latency 51.681 ms 2024-02-10T09:48:54.722 INFO:teuthology.orchestra.run.smithi134.stdout: 5 185158 13.86 MB/sec execute 155 sec latency 51.370 ms 2024-02-10T09:48:55.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 185488 13.82 MB/sec execute 156 sec latency 52.077 ms 2024-02-10T09:48:56.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 185859 13.78 MB/sec execute 157 sec latency 58.307 ms 2024-02-10T09:48:57.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 186208 13.75 MB/sec execute 158 sec latency 37.335 ms 2024-02-10T09:48:58.227 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:48:58.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 186543 13.71 MB/sec execute 159 sec latency 53.120 ms 2024-02-10T09:48:58.913 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:48:58.913 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (26m) 4m ago 26m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (12m) 4m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (12m) 4m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (31m) 4m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:48:58.914 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:48:58.915 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:48:59.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:48:59.307 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:48:59.667 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:48:59.668 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:48:59.668 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:48:59.668 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:48:59.668 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:48:59.668 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:48:59.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 186913 13.64 MB/sec execute 160 sec latency 55.505 ms 2024-02-10T09:49:00.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 187228 13.61 MB/sec execute 161 sec latency 45.174 ms 2024-02-10T09:49:01.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 187668 13.64 MB/sec execute 162 sec latency 32.829 ms 2024-02-10T09:49:02.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 188106 13.62 MB/sec execute 163 sec latency 39.954 ms 2024-02-10T09:49:03.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 188486 13.63 MB/sec execute 164 sec latency 44.282 ms 2024-02-10T09:49:04.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 188800 13.63 MB/sec execute 165 sec latency 40.393 ms 2024-02-10T09:49:05.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 189373 13.61 MB/sec execute 166 sec latency 47.713 ms 2024-02-10T09:49:06.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 189961 13.62 MB/sec execute 167 sec latency 72.054 ms 2024-02-10T09:49:07.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 190545 13.59 MB/sec execute 168 sec latency 39.372 ms 2024-02-10T09:49:08.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 191017 13.58 MB/sec execute 169 sec latency 30.777 ms 2024-02-10T09:49:09.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 191722 13.63 MB/sec execute 170 sec latency 31.897 ms 2024-02-10T09:49:10.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 192307 13.70 MB/sec execute 171 sec latency 33.965 ms 2024-02-10T09:49:11.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 192799 13.68 MB/sec execute 172 sec latency 43.880 ms 2024-02-10T09:49:12.723 INFO:teuthology.orchestra.run.smithi134.stdout: 5 193178 13.65 MB/sec execute 173 sec latency 117.470 ms 2024-02-10T09:49:13.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 193718 13.63 MB/sec execute 174 sec latency 28.739 ms 2024-02-10T09:49:14.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 194242 13.61 MB/sec execute 175 sec latency 37.388 ms 2024-02-10T09:49:15.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 194864 13.65 MB/sec execute 176 sec latency 33.572 ms 2024-02-10T09:49:16.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 195669 13.73 MB/sec execute 177 sec latency 34.995 ms 2024-02-10T09:49:17.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 196446 13.76 MB/sec execute 178 sec latency 39.599 ms 2024-02-10T09:49:18.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 197023 13.77 MB/sec execute 179 sec latency 41.477 ms 2024-02-10T09:49:19.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 197475 13.72 MB/sec execute 180 sec latency 45.737 ms 2024-02-10T09:49:20.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 197842 13.69 MB/sec execute 181 sec latency 39.488 ms 2024-02-10T09:49:21.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 198253 13.69 MB/sec execute 182 sec latency 40.211 ms 2024-02-10T09:49:22.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 199042 13.78 MB/sec execute 183 sec latency 48.020 ms 2024-02-10T09:49:23.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 199586 13.79 MB/sec execute 184 sec latency 38.578 ms 2024-02-10T09:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 199935 13.75 MB/sec execute 185 sec latency 60.792 ms 2024-02-10T09:49:25.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 200219 13.71 MB/sec execute 186 sec latency 45.535 ms 2024-02-10T09:49:26.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 200794 13.70 MB/sec execute 187 sec latency 35.889 ms 2024-02-10T09:49:27.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 201507 13.70 MB/sec execute 188 sec latency 62.869 ms 2024-02-10T09:49:28.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 202284 13.76 MB/sec execute 189 sec latency 30.384 ms 2024-02-10T09:49:29.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 202870 13.82 MB/sec execute 190 sec latency 48.234 ms 2024-02-10T09:49:30.018 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:49:30.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 203346 13.80 MB/sec execute 191 sec latency 63.329 ms 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (27m) 4m ago 27m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (13m) 4m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (13m) 4m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:49:30.771 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:49:30.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:49:30.773 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:49:30.773 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:49:31.175 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:49:31.176 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:49:31.561 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:49:31.561 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:49:31.561 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:49:31.562 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:49:31.562 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:49:31.562 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:49:31.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 203726 13.77 MB/sec execute 192 sec latency 68.083 ms 2024-02-10T09:49:32.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 204115 13.76 MB/sec execute 193 sec latency 102.851 ms 2024-02-10T09:49:33.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 204402 13.70 MB/sec execute 194 sec latency 83.352 ms 2024-02-10T09:49:34.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 204756 13.67 MB/sec execute 195 sec latency 40.315 ms 2024-02-10T09:49:35.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 204963 13.62 MB/sec execute 196 sec latency 65.994 ms 2024-02-10T09:49:36.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 205292 13.61 MB/sec execute 197 sec latency 56.852 ms 2024-02-10T09:49:37.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 205665 13.60 MB/sec execute 198 sec latency 47.475 ms 2024-02-10T09:49:38.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 206062 13.61 MB/sec execute 199 sec latency 91.146 ms 2024-02-10T09:49:39.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 206323 13.59 MB/sec execute 200 sec latency 57.654 ms 2024-02-10T09:49:40.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 206662 13.58 MB/sec execute 201 sec latency 43.353 ms 2024-02-10T09:49:41.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 207114 13.55 MB/sec execute 202 sec latency 44.733 ms 2024-02-10T09:49:42.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 207489 13.52 MB/sec execute 203 sec latency 36.666 ms 2024-02-10T09:49:43.724 INFO:teuthology.orchestra.run.smithi134.stdout: 5 207815 13.50 MB/sec execute 204 sec latency 81.101 ms 2024-02-10T09:49:44.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 208217 13.46 MB/sec execute 205 sec latency 42.673 ms 2024-02-10T09:49:45.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 208493 13.42 MB/sec execute 206 sec latency 58.543 ms 2024-02-10T09:49:46.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 208875 13.42 MB/sec execute 207 sec latency 53.426 ms 2024-02-10T09:49:47.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 209537 13.46 MB/sec execute 208 sec latency 39.316 ms 2024-02-10T09:49:48.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 209976 13.48 MB/sec execute 209 sec latency 41.607 ms 2024-02-10T09:49:49.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 210485 13.48 MB/sec execute 210 sec latency 56.781 ms 2024-02-10T09:49:50.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 210936 13.45 MB/sec execute 211 sec latency 36.695 ms 2024-02-10T09:49:51.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 211477 13.44 MB/sec execute 212 sec latency 41.504 ms 2024-02-10T09:49:52.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 211987 13.43 MB/sec execute 213 sec latency 59.050 ms 2024-02-10T09:49:53.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 212502 13.45 MB/sec execute 214 sec latency 40.440 ms 2024-02-10T09:49:54.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 212959 13.43 MB/sec execute 215 sec latency 41.667 ms 2024-02-10T09:49:55.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 213365 13.46 MB/sec execute 216 sec latency 46.219 ms 2024-02-10T09:49:56.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 213682 13.45 MB/sec execute 217 sec latency 40.785 ms 2024-02-10T09:49:57.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 214053 13.42 MB/sec execute 218 sec latency 56.831 ms 2024-02-10T09:49:58.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 214331 13.38 MB/sec execute 219 sec latency 50.788 ms 2024-02-10T09:49:59.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 214615 13.36 MB/sec execute 220 sec latency 45.306 ms 2024-02-10T09:50:00.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 214863 13.32 MB/sec execute 221 sec latency 73.654 ms 2024-02-10T09:50:01.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 215240 13.27 MB/sec execute 222 sec latency 67.004 ms 2024-02-10T09:50:01.857 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:50:02.426 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (27m) 5m ago 27m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (13m) 5m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (13m) 5m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (32m) 5m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:50:02.427 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:50:02.428 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:50:02.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 215543 13.25 MB/sec execute 223 sec latency 66.877 ms 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:50:02.738 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:50:02.738 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:02.738 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:50:02.738 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:50:02.738 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:50:02.738 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:50:03.019 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:50:03.019 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:50:03.019 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:50:03.019 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:50:03.019 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:50:03.019 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:50:03.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 215811 13.22 MB/sec execute 224 sec latency 61.450 ms 2024-02-10T09:50:04.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 216609 13.28 MB/sec execute 225 sec latency 31.012 ms 2024-02-10T09:50:05.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 217330 13.34 MB/sec execute 226 sec latency 29.232 ms 2024-02-10T09:50:06.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 217957 13.34 MB/sec execute 227 sec latency 41.522 ms 2024-02-10T09:50:07.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 218502 13.34 MB/sec execute 228 sec latency 75.866 ms 2024-02-10T09:50:08.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 219089 13.32 MB/sec execute 229 sec latency 32.801 ms 2024-02-10T09:50:09.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 219634 13.34 MB/sec execute 230 sec latency 25.604 ms 2024-02-10T09:50:10.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 220247 13.37 MB/sec execute 231 sec latency 47.267 ms 2024-02-10T09:50:11.725 INFO:teuthology.orchestra.run.smithi134.stdout: 5 220719 13.40 MB/sec execute 232 sec latency 40.227 ms 2024-02-10T09:50:12.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 221105 13.38 MB/sec execute 233 sec latency 69.084 ms 2024-02-10T09:50:13.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 221416 13.34 MB/sec execute 234 sec latency 50.191 ms 2024-02-10T09:50:14.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 221795 13.32 MB/sec execute 235 sec latency 37.994 ms 2024-02-10T09:50:15.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 222294 13.30 MB/sec execute 236 sec latency 60.153 ms 2024-02-10T09:50:16.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 222708 13.28 MB/sec execute 237 sec latency 40.645 ms 2024-02-10T09:50:17.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 223118 13.28 MB/sec execute 238 sec latency 46.299 ms 2024-02-10T09:50:18.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 223361 13.26 MB/sec execute 239 sec latency 73.752 ms 2024-02-10T09:50:19.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 223659 13.23 MB/sec execute 240 sec latency 47.376 ms 2024-02-10T09:50:20.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 223932 13.24 MB/sec execute 241 sec latency 66.150 ms 2024-02-10T09:50:21.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 224173 13.23 MB/sec execute 242 sec latency 53.397 ms 2024-02-10T09:50:22.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 224411 13.20 MB/sec execute 243 sec latency 74.508 ms 2024-02-10T09:50:23.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 224728 13.17 MB/sec execute 244 sec latency 57.053 ms 2024-02-10T09:50:24.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 224968 13.13 MB/sec execute 245 sec latency 59.112 ms 2024-02-10T09:50:25.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 225281 13.11 MB/sec execute 246 sec latency 40.400 ms 2024-02-10T09:50:26.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 225747 13.09 MB/sec execute 247 sec latency 57.384 ms 2024-02-10T09:50:27.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 226207 13.07 MB/sec execute 248 sec latency 69.699 ms 2024-02-10T09:50:28.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 226556 13.05 MB/sec execute 249 sec latency 48.915 ms 2024-02-10T09:50:29.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 227066 13.07 MB/sec execute 250 sec latency 35.775 ms 2024-02-10T09:50:30.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 227526 13.10 MB/sec execute 251 sec latency 32.043 ms 2024-02-10T09:50:31.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 227902 13.10 MB/sec execute 252 sec latency 31.690 ms 2024-02-10T09:50:32.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 228223 13.08 MB/sec execute 253 sec latency 61.513 ms 2024-02-10T09:50:33.350 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:50:33.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 228457 13.04 MB/sec execute 254 sec latency 66.359 ms 2024-02-10T09:50:33.976 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (28m) 5m ago 28m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (14m) 5m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (14m) 5m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (33m) 5m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:50:33.977 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:50:33.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:50:34.327 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:50:34.328 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:50:34.674 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:50:34.674 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:50:34.674 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:50:34.675 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:50:34.675 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:50:34.675 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:50:34.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 228761 13.01 MB/sec execute 255 sec latency 41.441 ms 2024-02-10T09:50:35.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 229194 13.00 MB/sec execute 256 sec latency 52.446 ms 2024-02-10T09:50:36.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 229734 12.99 MB/sec execute 257 sec latency 63.235 ms 2024-02-10T09:50:37.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 230160 12.97 MB/sec execute 258 sec latency 36.636 ms 2024-02-10T09:50:38.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 230760 13.01 MB/sec execute 259 sec latency 43.564 ms 2024-02-10T09:50:39.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 231266 13.05 MB/sec execute 260 sec latency 38.754 ms 2024-02-10T09:50:40.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 231712 13.04 MB/sec execute 261 sec latency 55.596 ms 2024-02-10T09:50:41.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 232067 13.01 MB/sec execute 262 sec latency 67.404 ms 2024-02-10T09:50:42.726 INFO:teuthology.orchestra.run.smithi134.stdout: 5 232386 12.98 MB/sec execute 263 sec latency 48.379 ms 2024-02-10T09:50:43.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 232757 12.97 MB/sec execute 264 sec latency 68.865 ms 2024-02-10T09:50:44.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 233249 12.95 MB/sec execute 265 sec latency 50.226 ms 2024-02-10T09:50:45.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 233626 12.93 MB/sec execute 266 sec latency 43.573 ms 2024-02-10T09:50:46.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 234383 12.99 MB/sec execute 267 sec latency 43.621 ms 2024-02-10T09:50:47.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 234966 13.03 MB/sec execute 268 sec latency 32.004 ms 2024-02-10T09:50:48.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 235220 13.01 MB/sec execute 269 sec latency 67.177 ms 2024-02-10T09:50:49.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 235493 12.97 MB/sec execute 270 sec latency 68.190 ms 2024-02-10T09:50:50.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 235767 12.94 MB/sec execute 271 sec latency 40.885 ms 2024-02-10T09:50:51.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 236166 12.94 MB/sec execute 272 sec latency 45.668 ms 2024-02-10T09:50:52.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 236642 12.91 MB/sec execute 273 sec latency 43.011 ms 2024-02-10T09:50:53.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 237029 12.89 MB/sec execute 274 sec latency 79.937 ms 2024-02-10T09:50:54.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 237511 12.90 MB/sec execute 275 sec latency 42.007 ms 2024-02-10T09:50:55.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 237896 12.91 MB/sec execute 276 sec latency 58.320 ms 2024-02-10T09:50:56.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 238318 12.93 MB/sec execute 277 sec latency 48.283 ms 2024-02-10T09:50:57.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 238561 12.91 MB/sec execute 278 sec latency 88.424 ms 2024-02-10T09:50:58.727 INFO:teuthology.orchestra.run.smithi134.stdout: 5 238720 12.88 MB/sec execute 279 sec latency 81.618 ms 2024-02-10T09:50:59.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 238915 12.84 MB/sec execute 280 sec latency 97.330 ms 2024-02-10T09:51:00.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 239082 12.80 MB/sec execute 281 sec latency 55.348 ms 2024-02-10T09:51:01.729 INFO:teuthology.orchestra.run.smithi134.stdout: 5 239445 12.78 MB/sec execute 282 sec latency 65.409 ms 2024-02-10T09:51:02.729 INFO:teuthology.orchestra.run.smithi134.stdout: 5 240018 12.79 MB/sec execute 283 sec latency 62.635 ms 2024-02-10T09:51:03.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 240594 12.78 MB/sec execute 284 sec latency 36.841 ms 2024-02-10T09:51:04.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 241314 12.81 MB/sec execute 285 sec latency 39.138 ms 2024-02-10T09:51:05.057 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:51:05.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 241920 12.86 MB/sec execute 286 sec latency 30.862 ms 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (28m) 6m ago 28m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (14m) 6m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (14m) 6m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:51:05.771 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (33m) 6m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (7m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:51:05.772 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:51:05.773 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (25m) 6m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:51:06.150 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:51:06.150 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:51:06.151 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:51:06.152 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:51:06.152 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:51:06.507 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:51:06.508 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:51:06.508 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:51:06.508 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:51:06.508 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:51:06.508 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:51:06.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 242261 12.86 MB/sec execute 287 sec latency 54.690 ms 2024-02-10T09:51:07.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 242583 12.82 MB/sec execute 288 sec latency 48.569 ms 2024-02-10T09:51:08.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 242795 12.79 MB/sec execute 289 sec latency 63.385 ms 2024-02-10T09:51:09.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 242989 12.76 MB/sec execute 290 sec latency 73.701 ms 2024-02-10T09:51:10.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 243219 12.75 MB/sec execute 291 sec latency 59.894 ms 2024-02-10T09:51:11.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 243431 12.71 MB/sec execute 292 sec latency 97.673 ms 2024-02-10T09:51:12.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 243770 12.68 MB/sec execute 293 sec latency 63.036 ms 2024-02-10T09:51:13.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 244064 12.66 MB/sec execute 294 sec latency 83.337 ms 2024-02-10T09:51:14.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 244511 12.66 MB/sec execute 295 sec latency 38.138 ms 2024-02-10T09:51:15.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 244934 12.67 MB/sec execute 296 sec latency 31.215 ms 2024-02-10T09:51:16.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 245394 12.70 MB/sec execute 297 sec latency 51.289 ms 2024-02-10T09:51:17.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 245670 12.69 MB/sec execute 298 sec latency 63.783 ms 2024-02-10T09:51:18.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 245872 12.66 MB/sec execute 299 sec latency 67.375 ms 2024-02-10T09:51:19.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 246084 12.63 MB/sec execute 300 sec latency 69.945 ms 2024-02-10T09:51:20.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 246365 12.60 MB/sec execute 301 sec latency 48.221 ms 2024-02-10T09:51:21.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 246824 12.60 MB/sec execute 302 sec latency 42.916 ms 2024-02-10T09:51:22.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 247370 12.58 MB/sec execute 303 sec latency 39.656 ms 2024-02-10T09:51:23.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 247763 12.57 MB/sec execute 304 sec latency 42.173 ms 2024-02-10T09:51:24.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 248197 12.58 MB/sec execute 305 sec latency 37.105 ms 2024-02-10T09:51:25.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 248587 12.58 MB/sec execute 306 sec latency 43.692 ms 2024-02-10T09:51:26.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 248983 12.60 MB/sec execute 307 sec latency 40.645 ms 2024-02-10T09:51:27.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 249283 12.60 MB/sec execute 308 sec latency 49.778 ms 2024-02-10T09:51:28.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 249498 12.57 MB/sec execute 309 sec latency 72.801 ms 2024-02-10T09:51:29.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 249719 12.53 MB/sec execute 310 sec latency 57.685 ms 2024-02-10T09:51:30.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 249997 12.51 MB/sec execute 311 sec latency 50.693 ms 2024-02-10T09:51:31.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 250346 12.50 MB/sec execute 312 sec latency 46.649 ms 2024-02-10T09:51:32.730 INFO:teuthology.orchestra.run.smithi134.stdout: 5 250781 12.48 MB/sec execute 313 sec latency 65.414 ms 2024-02-10T09:51:33.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 251221 12.47 MB/sec execute 314 sec latency 62.532 ms 2024-02-10T09:51:34.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 251709 12.48 MB/sec execute 315 sec latency 38.986 ms 2024-02-10T09:51:35.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 252140 12.49 MB/sec execute 316 sec latency 43.795 ms 2024-02-10T09:51:36.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 252591 12.51 MB/sec execute 317 sec latency 36.864 ms 2024-02-10T09:51:36.896 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:51:37.607 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (29m) 6m ago 29m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (15m) 6m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (15m) 6m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (35m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (34m) 6m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:51:37.608 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:51:37.609 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:51:37.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 252896 12.51 MB/sec execute 318 sec latency 55.302 ms 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:51:37.996 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:51:37.997 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:51:38.345 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:51:38.346 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:51:38.346 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:51:38.346 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:51:38.346 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:51:38.346 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:51:38.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 253165 12.47 MB/sec execute 319 sec latency 51.507 ms 2024-02-10T09:51:39.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 253449 12.45 MB/sec execute 320 sec latency 40.898 ms 2024-02-10T09:51:40.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 253786 12.44 MB/sec execute 321 sec latency 37.654 ms 2024-02-10T09:51:41.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 254163 12.42 MB/sec execute 322 sec latency 52.322 ms 2024-02-10T09:51:42.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 254615 12.41 MB/sec execute 323 sec latency 46.356 ms 2024-02-10T09:51:43.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 254994 12.39 MB/sec execute 324 sec latency 42.609 ms 2024-02-10T09:51:44.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 255446 12.41 MB/sec execute 325 sec latency 32.887 ms 2024-02-10T09:51:45.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 255901 12.43 MB/sec execute 326 sec latency 37.583 ms 2024-02-10T09:51:46.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 256242 12.44 MB/sec execute 327 sec latency 52.901 ms 2024-02-10T09:51:47.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 256502 12.42 MB/sec execute 328 sec latency 48.476 ms 2024-02-10T09:51:48.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 256739 12.39 MB/sec execute 329 sec latency 66.557 ms 2024-02-10T09:51:49.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 256923 12.36 MB/sec execute 330 sec latency 99.445 ms 2024-02-10T09:51:50.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 257093 12.33 MB/sec execute 331 sec latency 80.691 ms 2024-02-10T09:51:51.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 257316 12.31 MB/sec execute 332 sec latency 60.916 ms 2024-02-10T09:51:52.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 257531 12.29 MB/sec execute 333 sec latency 86.119 ms 2024-02-10T09:51:53.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 257801 12.26 MB/sec execute 334 sec latency 83.947 ms 2024-02-10T09:51:54.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 258159 12.25 MB/sec execute 335 sec latency 64.140 ms 2024-02-10T09:51:55.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 258579 12.24 MB/sec execute 336 sec latency 54.301 ms 2024-02-10T09:51:56.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 258924 12.24 MB/sec execute 337 sec latency 41.774 ms 2024-02-10T09:51:57.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 259341 12.26 MB/sec execute 338 sec latency 38.373 ms 2024-02-10T09:51:58.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 259798 12.28 MB/sec execute 339 sec latency 53.619 ms 2024-02-10T09:51:59.732 INFO:teuthology.orchestra.run.smithi134.stdout: 5 260164 12.26 MB/sec execute 340 sec latency 48.844 ms 2024-02-10T09:52:00.731 INFO:teuthology.orchestra.run.smithi134.stdout: 5 260467 12.24 MB/sec execute 341 sec latency 43.112 ms 2024-02-10T09:52:01.732 INFO:teuthology.orchestra.run.smithi134.stdout: 5 260781 12.22 MB/sec execute 342 sec latency 38.790 ms 2024-02-10T09:52:02.732 INFO:teuthology.orchestra.run.smithi134.stdout: 5 261136 12.21 MB/sec execute 343 sec latency 46.374 ms 2024-02-10T09:52:03.732 INFO:teuthology.orchestra.run.smithi134.stdout: 5 261570 12.20 MB/sec execute 344 sec latency 56.737 ms 2024-02-10T09:52:04.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 261912 12.18 MB/sec execute 345 sec latency 54.861 ms 2024-02-10T09:52:05.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 262276 12.18 MB/sec execute 346 sec latency 35.151 ms 2024-02-10T09:52:06.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 262566 12.18 MB/sec execute 347 sec latency 40.420 ms 2024-02-10T09:52:07.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 262947 12.19 MB/sec execute 348 sec latency 47.246 ms 2024-02-10T09:52:08.654 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:52:08.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 263220 12.19 MB/sec execute 349 sec latency 81.678 ms 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (29m) 7m ago 29m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (15m) 7m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (15m) 7m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:52:09.200 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (34m) 7m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:52:09.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:52:09.202 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (26m) 7m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:52:09.507 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:52:09.508 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:52:09.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 263441 12.18 MB/sec execute 350 sec latency 50.537 ms 2024-02-10T09:52:09.792 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:52:09.805 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:52:09.805 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:52:09.805 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:52:09.806 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:52:09.806 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:52:10.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 263625 12.15 MB/sec execute 351 sec latency 74.128 ms 2024-02-10T09:52:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 263833 12.12 MB/sec execute 352 sec latency 87.194 ms 2024-02-10T09:52:12.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 264082 12.09 MB/sec execute 353 sec latency 76.034 ms 2024-02-10T09:52:13.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 264331 12.08 MB/sec execute 354 sec latency 38.843 ms 2024-02-10T09:52:14.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 264658 12.07 MB/sec execute 355 sec latency 89.786 ms 2024-02-10T09:52:15.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 265036 12.06 MB/sec execute 356 sec latency 51.856 ms 2024-02-10T09:52:16.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 265416 12.04 MB/sec execute 357 sec latency 57.385 ms 2024-02-10T09:52:17.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 265738 12.03 MB/sec execute 358 sec latency 40.887 ms 2024-02-10T09:52:18.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 266000 12.03 MB/sec execute 359 sec latency 55.583 ms 2024-02-10T09:52:19.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 266401 12.04 MB/sec execute 360 sec latency 41.685 ms 2024-02-10T09:52:20.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 266701 12.04 MB/sec execute 361 sec latency 62.534 ms 2024-02-10T09:52:21.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 266940 12.04 MB/sec execute 362 sec latency 55.223 ms 2024-02-10T09:52:22.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 267119 12.01 MB/sec execute 363 sec latency 60.977 ms 2024-02-10T09:52:23.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 267309 11.98 MB/sec execute 364 sec latency 72.431 ms 2024-02-10T09:52:24.733 INFO:teuthology.orchestra.run.smithi134.stdout: 5 267512 11.95 MB/sec execute 365 sec latency 89.843 ms 2024-02-10T09:52:25.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 267697 11.93 MB/sec execute 366 sec latency 63.817 ms 2024-02-10T09:52:26.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 267911 11.91 MB/sec execute 367 sec latency 48.432 ms 2024-02-10T09:52:27.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 268140 11.90 MB/sec execute 368 sec latency 81.974 ms 2024-02-10T09:52:28.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 268529 11.89 MB/sec execute 369 sec latency 102.113 ms 2024-02-10T09:52:29.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 269089 11.88 MB/sec execute 370 sec latency 48.845 ms 2024-02-10T09:52:30.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 269576 11.90 MB/sec execute 371 sec latency 31.562 ms 2024-02-10T09:52:31.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 270085 11.92 MB/sec execute 372 sec latency 50.476 ms 2024-02-10T09:52:32.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 270428 11.93 MB/sec execute 373 sec latency 37.917 ms 2024-02-10T09:52:33.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 270681 11.91 MB/sec execute 374 sec latency 43.122 ms 2024-02-10T09:52:34.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 270915 11.89 MB/sec execute 375 sec latency 96.391 ms 2024-02-10T09:52:35.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 271146 11.86 MB/sec execute 376 sec latency 66.926 ms 2024-02-10T09:52:36.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 271349 11.84 MB/sec execute 377 sec latency 53.586 ms 2024-02-10T09:52:37.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 271597 11.83 MB/sec execute 378 sec latency 62.768 ms 2024-02-10T09:52:38.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 271889 11.81 MB/sec execute 379 sec latency 168.978 ms 2024-02-10T09:52:39.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 272261 11.81 MB/sec execute 380 sec latency 62.806 ms 2024-02-10T09:52:40.114 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:52:40.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 272586 11.78 MB/sec execute 381 sec latency 57.485 ms 2024-02-10T09:52:40.745 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:52:40.745 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:52:40.745 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:52:40.745 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (30m) 7m ago 30m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:52:40.745 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (16m) 7m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (16m) 7m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:52:40.746 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:52:40.747 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:52:40.747 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:52:40.747 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:52:41.078 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:52:41.079 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:52:41.392 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:52:41.392 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:52:41.392 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:52:41.392 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:52:41.392 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:52:41.392 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:52:41.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 272924 11.79 MB/sec execute 382 sec latency 41.986 ms 2024-02-10T09:52:42.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 273247 11.78 MB/sec execute 383 sec latency 40.017 ms 2024-02-10T09:52:43.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 273744 11.81 MB/sec execute 384 sec latency 35.809 ms 2024-02-10T09:52:44.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 274108 11.82 MB/sec execute 385 sec latency 63.077 ms 2024-02-10T09:52:45.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 274393 11.79 MB/sec execute 386 sec latency 48.867 ms 2024-02-10T09:52:46.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 274842 11.78 MB/sec execute 387 sec latency 60.349 ms 2024-02-10T09:52:47.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 275363 11.78 MB/sec execute 388 sec latency 36.614 ms 2024-02-10T09:52:48.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 275736 11.78 MB/sec execute 389 sec latency 61.094 ms 2024-02-10T09:52:49.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 276104 11.76 MB/sec execute 390 sec latency 62.735 ms 2024-02-10T09:52:50.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 276441 11.76 MB/sec execute 391 sec latency 38.321 ms 2024-02-10T09:52:51.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 276734 11.75 MB/sec execute 392 sec latency 39.916 ms 2024-02-10T09:52:52.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 277087 11.76 MB/sec execute 393 sec latency 68.872 ms 2024-02-10T09:52:53.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 277382 11.76 MB/sec execute 394 sec latency 74.938 ms 2024-02-10T09:52:54.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 277611 11.76 MB/sec execute 395 sec latency 74.674 ms 2024-02-10T09:52:55.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 277763 11.73 MB/sec execute 396 sec latency 57.235 ms 2024-02-10T09:52:56.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 278003 11.71 MB/sec execute 397 sec latency 79.435 ms 2024-02-10T09:52:57.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 278301 11.69 MB/sec execute 398 sec latency 50.073 ms 2024-02-10T09:52:58.734 INFO:teuthology.orchestra.run.smithi134.stdout: 5 278581 11.68 MB/sec execute 399 sec latency 44.220 ms 2024-02-10T09:52:59.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 278953 11.68 MB/sec execute 400 sec latency 57.534 ms 2024-02-10T09:53:00.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 279316 11.66 MB/sec execute 401 sec latency 67.545 ms 2024-02-10T09:53:01.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 279653 11.64 MB/sec execute 402 sec latency 68.219 ms 2024-02-10T09:53:02.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 279929 11.63 MB/sec execute 403 sec latency 45.726 ms 2024-02-10T09:53:03.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 280165 11.63 MB/sec execute 404 sec latency 43.051 ms 2024-02-10T09:53:04.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 280621 11.65 MB/sec execute 405 sec latency 44.313 ms 2024-02-10T09:53:05.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 281064 11.66 MB/sec execute 406 sec latency 41.361 ms 2024-02-10T09:53:06.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 281357 11.65 MB/sec execute 407 sec latency 63.614 ms 2024-02-10T09:53:07.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 281606 11.63 MB/sec execute 408 sec latency 80.865 ms 2024-02-10T09:53:08.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 281852 11.61 MB/sec execute 409 sec latency 46.494 ms 2024-02-10T09:53:09.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 282149 11.61 MB/sec execute 410 sec latency 32.926 ms 2024-02-10T09:53:10.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 282547 11.60 MB/sec execute 411 sec latency 62.259 ms 2024-02-10T09:53:11.731 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:53:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 282969 11.59 MB/sec execute 412 sec latency 51.830 ms 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (30m) 8m ago 30m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (16m) 8m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (16m) 8m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:53:12.369 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (35m) 8m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:53:12.370 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (27m) 8m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:53:12.731 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:53:12.732 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:53:12.733 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:53:12.733 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:53:12.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 283373 11.57 MB/sec execute 413 sec latency 50.819 ms 2024-02-10T09:53:13.041 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:53:13.041 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:53:13.041 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:53:13.041 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:53:13.042 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:53:13.042 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:53:13.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 283719 11.58 MB/sec execute 414 sec latency 42.753 ms 2024-02-10T09:53:14.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 284195 11.61 MB/sec execute 415 sec latency 53.585 ms 2024-02-10T09:53:15.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 284536 11.61 MB/sec execute 416 sec latency 41.843 ms 2024-02-10T09:53:16.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 284797 11.60 MB/sec execute 417 sec latency 57.607 ms 2024-02-10T09:53:17.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 285053 11.58 MB/sec execute 418 sec latency 57.535 ms 2024-02-10T09:53:18.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 285332 11.56 MB/sec execute 419 sec latency 73.774 ms 2024-02-10T09:53:19.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 285627 11.55 MB/sec execute 420 sec latency 47.006 ms 2024-02-10T09:53:20.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 286003 11.54 MB/sec execute 421 sec latency 52.679 ms 2024-02-10T09:53:21.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 286404 11.54 MB/sec execute 422 sec latency 56.104 ms 2024-02-10T09:53:22.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 286752 11.52 MB/sec execute 423 sec latency 57.811 ms 2024-02-10T09:53:23.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 287090 11.52 MB/sec execute 424 sec latency 41.357 ms 2024-02-10T09:53:24.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 287401 11.52 MB/sec execute 425 sec latency 41.077 ms 2024-02-10T09:53:25.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 287840 11.54 MB/sec execute 426 sec latency 44.465 ms 2024-02-10T09:53:26.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 288215 11.54 MB/sec execute 427 sec latency 36.435 ms 2024-02-10T09:53:27.735 INFO:teuthology.orchestra.run.smithi134.stdout: 5 288450 11.53 MB/sec execute 428 sec latency 68.883 ms 2024-02-10T09:53:28.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 288699 11.51 MB/sec execute 429 sec latency 71.061 ms 2024-02-10T09:53:29.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 288965 11.49 MB/sec execute 430 sec latency 75.414 ms 2024-02-10T09:53:30.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 289262 11.48 MB/sec execute 431 sec latency 49.268 ms 2024-02-10T09:53:31.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 289870 11.49 MB/sec execute 432 sec latency 44.951 ms 2024-02-10T09:53:32.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 290376 11.48 MB/sec execute 433 sec latency 46.176 ms 2024-02-10T09:53:33.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 290852 11.49 MB/sec execute 434 sec latency 53.741 ms 2024-02-10T09:53:34.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 291299 11.51 MB/sec execute 435 sec latency 35.701 ms 2024-02-10T09:53:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 291673 11.52 MB/sec execute 436 sec latency 46.651 ms 2024-02-10T09:53:36.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 291932 11.51 MB/sec execute 437 sec latency 52.012 ms 2024-02-10T09:53:37.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 292230 11.49 MB/sec execute 438 sec latency 89.804 ms 2024-02-10T09:53:38.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 292486 11.47 MB/sec execute 439 sec latency 98.522 ms 2024-02-10T09:53:39.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 292781 11.46 MB/sec execute 440 sec latency 41.108 ms 2024-02-10T09:53:40.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 293143 11.45 MB/sec execute 441 sec latency 69.021 ms 2024-02-10T09:53:41.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 293538 11.45 MB/sec execute 442 sec latency 60.900 ms 2024-02-10T09:53:42.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 293894 11.43 MB/sec execute 443 sec latency 50.105 ms 2024-02-10T09:53:43.406 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:53:43.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 294219 11.43 MB/sec execute 444 sec latency 45.268 ms 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (31m) 8m ago 31m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (17m) 8m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (17m) 8m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:53:44.114 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:53:44.115 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:53:44.116 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:53:44.477 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:53:44.477 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:53:44.478 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:53:44.479 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:53:44.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 294556 11.44 MB/sec execute 445 sec latency 39.687 ms 2024-02-10T09:53:44.822 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:53:44.823 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:53:44.823 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:53:44.823 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:53:44.823 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:53:44.823 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:53:45.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 294989 11.45 MB/sec execute 446 sec latency 39.841 ms 2024-02-10T09:53:46.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 295333 11.46 MB/sec execute 447 sec latency 51.783 ms 2024-02-10T09:53:47.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 295578 11.44 MB/sec execute 448 sec latency 87.598 ms 2024-02-10T09:53:48.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 295822 11.42 MB/sec execute 449 sec latency 54.793 ms 2024-02-10T09:53:49.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 296116 11.40 MB/sec execute 450 sec latency 50.566 ms 2024-02-10T09:53:50.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 296450 11.40 MB/sec execute 451 sec latency 44.328 ms 2024-02-10T09:53:51.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 296871 11.39 MB/sec execute 452 sec latency 51.795 ms 2024-02-10T09:53:52.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 297256 11.38 MB/sec execute 453 sec latency 66.601 ms 2024-02-10T09:53:53.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 297637 11.38 MB/sec execute 454 sec latency 47.061 ms 2024-02-10T09:53:54.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 298028 11.39 MB/sec execute 455 sec latency 53.616 ms 2024-02-10T09:53:55.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 298479 11.41 MB/sec execute 456 sec latency 47.365 ms 2024-02-10T09:53:56.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 298879 11.42 MB/sec execute 457 sec latency 74.146 ms 2024-02-10T09:53:57.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 299128 11.40 MB/sec execute 458 sec latency 87.711 ms 2024-02-10T09:53:58.736 INFO:teuthology.orchestra.run.smithi134.stdout: 5 299368 11.38 MB/sec execute 459 sec latency 58.672 ms 2024-02-10T09:53:59.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 299636 11.36 MB/sec execute 460 sec latency 70.187 ms 2024-02-10T09:54:00.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 299918 11.36 MB/sec execute 461 sec latency 63.400 ms 2024-02-10T09:54:01.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 300228 11.35 MB/sec execute 462 sec latency 63.106 ms 2024-02-10T09:54:02.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 300571 11.34 MB/sec execute 463 sec latency 69.003 ms 2024-02-10T09:54:03.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 300816 11.32 MB/sec execute 464 sec latency 70.739 ms 2024-02-10T09:54:04.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 301156 11.31 MB/sec execute 465 sec latency 45.205 ms 2024-02-10T09:54:05.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 301422 11.31 MB/sec execute 466 sec latency 45.131 ms 2024-02-10T09:54:06.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 301698 11.31 MB/sec execute 467 sec latency 56.312 ms 2024-02-10T09:54:07.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 302024 11.32 MB/sec execute 468 sec latency 61.786 ms 2024-02-10T09:54:08.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 302281 11.31 MB/sec execute 469 sec latency 88.815 ms 2024-02-10T09:54:09.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 302512 11.31 MB/sec execute 470 sec latency 64.945 ms 2024-02-10T09:54:10.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 302703 11.29 MB/sec execute 471 sec latency 80.789 ms 2024-02-10T09:54:11.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 302880 11.27 MB/sec execute 472 sec latency 90.378 ms 2024-02-10T09:54:12.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 303101 11.25 MB/sec execute 473 sec latency 89.014 ms 2024-02-10T09:54:13.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 303344 11.24 MB/sec execute 474 sec latency 63.810 ms 2024-02-10T09:54:14.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 303719 11.24 MB/sec execute 475 sec latency 50.431 ms 2024-02-10T09:54:15.172 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:54:15.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 304132 11.23 MB/sec execute 476 sec latency 47.633 ms 2024-02-10T09:54:15.840 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:54:15.840 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:54:15.840 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:54:15.840 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (31m) 9m ago 31m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:54:15.840 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:54:15.840 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (36m) 9m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:54:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:54:15.842 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:54:15.842 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:54:15.842 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:54:16.186 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:54:16.186 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:54:16.186 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:54:16.187 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:54:16.520 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:54:16.520 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:54:16.520 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:54:16.520 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:54:16.521 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:54:16.521 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:54:16.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 304464 11.22 MB/sec execute 477 sec latency 47.745 ms 2024-02-10T09:54:17.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 304867 11.22 MB/sec execute 478 sec latency 39.416 ms 2024-02-10T09:54:18.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 305129 11.22 MB/sec execute 479 sec latency 63.877 ms 2024-02-10T09:54:19.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 305500 11.23 MB/sec execute 480 sec latency 49.317 ms 2024-02-10T09:54:20.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 305802 11.23 MB/sec execute 481 sec latency 54.649 ms 2024-02-10T09:54:21.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 306058 11.22 MB/sec execute 482 sec latency 83.640 ms 2024-02-10T09:54:22.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 306288 11.21 MB/sec execute 483 sec latency 54.368 ms 2024-02-10T09:54:23.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 306516 11.19 MB/sec execute 484 sec latency 58.974 ms 2024-02-10T09:54:24.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 306838 11.18 MB/sec execute 485 sec latency 47.475 ms 2024-02-10T09:54:25.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 307581 11.19 MB/sec execute 486 sec latency 36.386 ms 2024-02-10T09:54:26.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 308269 11.20 MB/sec execute 487 sec latency 31.928 ms 2024-02-10T09:54:27.737 INFO:teuthology.orchestra.run.smithi134.stdout: 5 308578 11.20 MB/sec execute 488 sec latency 39.927 ms 2024-02-10T09:54:28.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 308873 11.20 MB/sec execute 489 sec latency 62.576 ms 2024-02-10T09:54:29.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 309154 11.21 MB/sec execute 490 sec latency 58.492 ms 2024-02-10T09:54:30.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 309400 11.20 MB/sec execute 491 sec latency 48.683 ms 2024-02-10T09:54:31.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 309659 11.19 MB/sec execute 492 sec latency 67.112 ms 2024-02-10T09:54:32.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 309848 11.17 MB/sec execute 493 sec latency 56.834 ms 2024-02-10T09:54:33.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 310053 11.16 MB/sec execute 494 sec latency 65.584 ms 2024-02-10T09:54:34.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 310295 11.14 MB/sec execute 495 sec latency 56.110 ms 2024-02-10T09:54:35.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 310538 11.13 MB/sec execute 496 sec latency 85.476 ms 2024-02-10T09:54:36.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 310825 11.12 MB/sec execute 497 sec latency 70.633 ms 2024-02-10T09:54:37.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 311146 11.11 MB/sec execute 498 sec latency 74.685 ms 2024-02-10T09:54:38.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 311386 11.10 MB/sec execute 499 sec latency 115.849 ms 2024-02-10T09:54:39.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 311691 11.09 MB/sec execute 500 sec latency 79.265 ms 2024-02-10T09:54:40.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 312045 11.10 MB/sec execute 501 sec latency 55.901 ms 2024-02-10T09:54:41.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 312364 11.09 MB/sec execute 502 sec latency 40.035 ms 2024-02-10T09:54:42.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 312697 11.11 MB/sec execute 503 sec latency 46.724 ms 2024-02-10T09:54:43.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 312963 11.10 MB/sec execute 504 sec latency 51.092 ms 2024-02-10T09:54:44.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 313260 11.09 MB/sec execute 505 sec latency 54.643 ms 2024-02-10T09:54:45.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 313531 11.08 MB/sec execute 506 sec latency 62.572 ms 2024-02-10T09:54:46.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 313814 11.06 MB/sec execute 507 sec latency 58.793 ms 2024-02-10T09:54:46.901 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:54:47.532 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (32m) 10m ago 32m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:54:47.533 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:54:47.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:54:47.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 314119 11.06 MB/sec execute 508 sec latency 54.490 ms 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:47.879 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:54:47.880 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:54:48.210 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:54:48.210 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:54:48.210 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:54:48.210 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:54:48.210 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:54:48.210 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:54:48.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 314496 11.05 MB/sec execute 509 sec latency 77.406 ms 2024-02-10T09:54:49.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 314900 11.05 MB/sec execute 510 sec latency 44.222 ms 2024-02-10T09:54:50.738 INFO:teuthology.orchestra.run.smithi134.stdout: 5 315297 11.04 MB/sec execute 511 sec latency 49.209 ms 2024-02-10T09:54:51.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 315713 11.05 MB/sec execute 512 sec latency 48.577 ms 2024-02-10T09:54:52.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 316079 11.06 MB/sec execute 513 sec latency 40.783 ms 2024-02-10T09:54:53.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 316407 11.06 MB/sec execute 514 sec latency 65.092 ms 2024-02-10T09:54:54.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 316700 11.06 MB/sec execute 515 sec latency 71.419 ms 2024-02-10T09:54:55.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 316858 11.04 MB/sec execute 516 sec latency 76.686 ms 2024-02-10T09:54:56.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 317027 11.03 MB/sec execute 517 sec latency 80.934 ms 2024-02-10T09:54:57.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 317189 11.01 MB/sec execute 518 sec latency 81.514 ms 2024-02-10T09:54:58.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 317396 11.00 MB/sec execute 519 sec latency 84.953 ms 2024-02-10T09:54:59.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 317623 10.99 MB/sec execute 520 sec latency 72.768 ms 2024-02-10T09:55:00.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 317902 10.98 MB/sec execute 521 sec latency 67.882 ms 2024-02-10T09:55:01.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 318196 10.96 MB/sec execute 522 sec latency 72.488 ms 2024-02-10T09:55:02.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 318456 10.96 MB/sec execute 523 sec latency 87.649 ms 2024-02-10T09:55:03.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 318765 10.95 MB/sec execute 524 sec latency 73.720 ms 2024-02-10T09:55:04.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 319101 10.95 MB/sec execute 525 sec latency 48.521 ms 2024-02-10T09:55:05.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 319404 10.95 MB/sec execute 526 sec latency 47.513 ms 2024-02-10T09:55:06.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 319768 10.96 MB/sec execute 527 sec latency 47.580 ms 2024-02-10T09:55:07.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 320036 10.95 MB/sec execute 528 sec latency 53.964 ms 2024-02-10T09:55:08.739 INFO:teuthology.orchestra.run.smithi134.stdout: 5 320352 10.95 MB/sec execute 529 sec latency 74.416 ms 2024-02-10T09:55:09.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 320626 10.94 MB/sec execute 530 sec latency 67.142 ms 2024-02-10T09:55:10.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 320923 10.93 MB/sec execute 531 sec latency 69.828 ms 2024-02-10T09:55:11.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 321260 10.92 MB/sec execute 532 sec latency 54.642 ms 2024-02-10T09:55:12.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 321649 10.91 MB/sec execute 533 sec latency 51.112 ms 2024-02-10T09:55:13.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 322020 10.91 MB/sec execute 534 sec latency 58.562 ms 2024-02-10T09:55:14.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 322431 10.91 MB/sec execute 535 sec latency 54.323 ms 2024-02-10T09:55:15.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 322820 10.91 MB/sec execute 536 sec latency 48.987 ms 2024-02-10T09:55:16.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 323192 10.92 MB/sec execute 537 sec latency 40.075 ms 2024-02-10T09:55:17.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 323496 10.93 MB/sec execute 538 sec latency 42.852 ms 2024-02-10T09:55:18.571 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:55:18.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 323963 10.93 MB/sec execute 539 sec latency 134.100 ms 2024-02-10T09:55:19.208 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:55:19.209 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:55:19.209 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:55:19.209 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (33m) 10m ago 33m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:55:19.209 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:55:19.209 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:55:19.209 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:55:19.210 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:55:19.210 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:55:19.210 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:55:19.210 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:55:19.210 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:55:19.210 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:55:19.211 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:55:19.560 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:55:19.560 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:55:19.560 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:55:19.560 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:19.560 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:55:19.560 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:55:19.561 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:55:19.740 INFO:teuthology.orchestra.run.smithi134.stdout: 5 324255 10.92 MB/sec execute 540 sec latency 206.972 ms 2024-02-10T09:55:19.938 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:55:19.938 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:55:19.939 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:55:19.939 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:55:19.939 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:55:19.939 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:55:20.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 324613 10.91 MB/sec execute 541 sec latency 51.801 ms 2024-02-10T09:55:21.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 324987 10.90 MB/sec execute 542 sec latency 46.128 ms 2024-02-10T09:55:22.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 325393 10.90 MB/sec execute 543 sec latency 42.705 ms 2024-02-10T09:55:23.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 325720 10.89 MB/sec execute 544 sec latency 46.050 ms 2024-02-10T09:55:24.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 326194 10.90 MB/sec execute 545 sec latency 41.284 ms 2024-02-10T09:55:25.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 326571 10.91 MB/sec execute 546 sec latency 38.551 ms 2024-02-10T09:55:26.743 INFO:teuthology.orchestra.run.smithi134.stdout: 5 326936 10.92 MB/sec execute 547 sec latency 46.623 ms 2024-02-10T09:55:27.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 327259 10.91 MB/sec execute 548 sec latency 55.296 ms 2024-02-10T09:55:28.742 INFO:teuthology.orchestra.run.smithi134.stdout: 5 327525 10.90 MB/sec execute 549 sec latency 54.721 ms 2024-02-10T09:55:29.745 INFO:teuthology.orchestra.run.smithi134.stdout: 5 327772 10.89 MB/sec execute 550 sec latency 64.078 ms 2024-02-10T09:55:30.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 328081 10.88 MB/sec execute 551 sec latency 53.230 ms 2024-02-10T09:55:31.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 328409 10.88 MB/sec execute 552 sec latency 70.224 ms 2024-02-10T09:55:32.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 328831 10.87 MB/sec execute 553 sec latency 53.587 ms 2024-02-10T09:55:33.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 329157 10.86 MB/sec execute 554 sec latency 46.758 ms 2024-02-10T09:55:34.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 329786 10.88 MB/sec execute 555 sec latency 35.867 ms 2024-02-10T09:55:35.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 330241 10.89 MB/sec execute 556 sec latency 36.470 ms 2024-02-10T09:55:36.748 INFO:teuthology.orchestra.run.smithi134.stdout: 5 330610 10.90 MB/sec execute 557 sec latency 45.722 ms 2024-02-10T09:55:37.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 330979 10.89 MB/sec execute 558 sec latency 50.749 ms 2024-02-10T09:55:38.747 INFO:teuthology.orchestra.run.smithi134.stdout: 5 331213 10.88 MB/sec execute 559 sec latency 51.111 ms 2024-02-10T09:55:39.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 331606 10.88 MB/sec execute 560 sec latency 49.253 ms 2024-02-10T09:55:40.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 332233 10.88 MB/sec execute 561 sec latency 43.776 ms 2024-02-10T09:55:41.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 332695 10.88 MB/sec execute 562 sec latency 54.485 ms 2024-02-10T09:55:42.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 333089 10.88 MB/sec execute 563 sec latency 52.015 ms 2024-02-10T09:55:43.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 333448 10.88 MB/sec execute 564 sec latency 42.745 ms 2024-02-10T09:55:44.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 333737 10.88 MB/sec execute 565 sec latency 64.140 ms 2024-02-10T09:55:45.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 334028 10.89 MB/sec execute 566 sec latency 54.706 ms 2024-02-10T09:55:46.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 334275 10.88 MB/sec execute 567 sec latency 79.421 ms 2024-02-10T09:55:47.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 334534 10.87 MB/sec execute 568 sec latency 93.445 ms 2024-02-10T09:55:48.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 334685 10.86 MB/sec execute 569 sec latency 71.030 ms 2024-02-10T09:55:49.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 334861 10.84 MB/sec execute 570 sec latency 55.783 ms 2024-02-10T09:55:50.263 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:55:50.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 335178 10.84 MB/sec execute 571 sec latency 49.644 ms 2024-02-10T09:55:50.906 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (33m) 11m ago 33m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:55:50.907 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:55:50.908 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:55:51.287 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:55:51.288 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:55:51.289 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:55:51.289 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:55:51.289 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:55:51.289 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:55:51.614 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:55:51.614 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:55:51.614 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:55:51.614 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:55:51.614 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:55:51.614 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:55:51.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 335500 10.83 MB/sec execute 572 sec latency 71.135 ms 2024-02-10T09:55:52.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 335914 10.82 MB/sec execute 573 sec latency 49.109 ms 2024-02-10T09:55:53.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 336200 10.82 MB/sec execute 574 sec latency 48.745 ms 2024-02-10T09:55:54.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 336578 10.82 MB/sec execute 575 sec latency 72.745 ms 2024-02-10T09:55:55.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 336937 10.82 MB/sec execute 576 sec latency 41.010 ms 2024-02-10T09:55:56.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 337230 10.82 MB/sec execute 577 sec latency 36.540 ms 2024-02-10T09:55:57.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 337542 10.82 MB/sec execute 578 sec latency 56.450 ms 2024-02-10T09:55:58.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 337748 10.81 MB/sec execute 579 sec latency 113.154 ms 2024-02-10T09:55:59.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 337974 10.81 MB/sec execute 580 sec latency 53.967 ms 2024-02-10T09:56:00.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 338196 10.80 MB/sec execute 581 sec latency 81.825 ms 2024-02-10T09:56:01.749 INFO:teuthology.orchestra.run.smithi134.stdout: 5 338378 10.78 MB/sec execute 582 sec latency 57.206 ms 2024-02-10T09:56:02.750 INFO:teuthology.orchestra.run.smithi134.stdout: 5 338651 10.77 MB/sec execute 583 sec latency 50.932 ms 2024-02-10T09:56:03.750 INFO:teuthology.orchestra.run.smithi134.stdout: 5 338998 10.77 MB/sec execute 584 sec latency 80.918 ms 2024-02-10T09:56:04.750 INFO:teuthology.orchestra.run.smithi134.stdout: 5 339420 10.76 MB/sec execute 585 sec latency 73.591 ms 2024-02-10T09:56:05.750 INFO:teuthology.orchestra.run.smithi134.stdout: 5 339734 10.76 MB/sec execute 586 sec latency 55.627 ms 2024-02-10T09:56:06.750 INFO:teuthology.orchestra.run.smithi134.stdout: 5 340171 10.76 MB/sec execute 587 sec latency 51.405 ms 2024-02-10T09:56:07.750 INFO:teuthology.orchestra.run.smithi134.stdout: 5 340568 10.76 MB/sec execute 588 sec latency 35.827 ms 2024-02-10T09:56:08.751 INFO:teuthology.orchestra.run.smithi134.stdout: 5 340861 10.77 MB/sec execute 589 sec latency 51.586 ms 2024-02-10T09:56:09.752 INFO:teuthology.orchestra.run.smithi134.stdout: 5 341229 10.77 MB/sec execute 590 sec latency 41.957 ms 2024-02-10T09:56:10.752 INFO:teuthology.orchestra.run.smithi134.stdout: 5 341681 10.77 MB/sec execute 591 sec latency 54.514 ms 2024-02-10T09:56:11.752 INFO:teuthology.orchestra.run.smithi134.stdout: 5 341935 10.76 MB/sec execute 592 sec latency 59.075 ms 2024-02-10T09:56:12.752 INFO:teuthology.orchestra.run.smithi134.stdout: 5 342189 10.75 MB/sec execute 593 sec latency 45.649 ms 2024-02-10T09:56:13.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 342531 10.75 MB/sec execute 594 sec latency 80.034 ms 2024-02-10T09:56:14.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 342947 10.74 MB/sec execute 595 sec latency 46.666 ms 2024-02-10T09:56:15.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 343252 10.74 MB/sec execute 596 sec latency 57.846 ms 2024-02-10T09:56:16.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 343643 10.74 MB/sec execute 597 sec latency 58.655 ms 2024-02-10T09:56:17.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 344077 10.74 MB/sec execute 598 sec latency 41.905 ms 2024-02-10T09:56:18.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 344360 10.75 MB/sec execute 599 sec latency 49.725 ms 2024-02-10T09:56:19.753 INFO:teuthology.orchestra.run.smithi134.stdout: 5 cleanup 600 sec 2024-02-10T09:56:19.951 INFO:teuthology.orchestra.run.smithi134.stdout: 0 cleanup 600 sec 2024-02-10T09:56:19.951 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:56:19.951 INFO:teuthology.orchestra.run.smithi134.stdout: Operation Count AvgLat MaxLat 2024-02-10T09:56:19.951 INFO:teuthology.orchestra.run.smithi134.stdout: ---------------------------------------- 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: NTCreateX 206352 4.138 168.973 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Close 151536 0.122 10.926 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Rename 8763 9.759 115.843 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Unlink 41713 6.813 206.229 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Qpathinfo 187221 0.909 86.634 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Qfileinfo 32677 0.080 8.726 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Qfsinfo 34383 0.355 14.837 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Sfileinfo 16818 13.034 206.662 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Find 72416 0.383 50.115 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: WriteX 102092 12.922 206.966 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: ReadX 324540 0.009 5.468 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: LockX 678 0.377 7.340 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: UnlockX 678 0.244 4.457 2024-02-10T09:56:19.952 INFO:teuthology.orchestra.run.smithi134.stdout: Flush 14471 0.002 0.019 2024-02-10T09:56:19.953 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:56:19.953 INFO:teuthology.orchestra.run.smithi134.stdout:Throughput 10.7454 MB/sec 5 clients 5 procs max_latency=206.972 ms 2024-02-10T09:56:19.954 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-10T09:56:20.002 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-10T09:56:20.083 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-10T09:56:20.113 INFO:teuthology.orchestra.run.smithi134.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-10T09:56:20.113 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:56:20.113 INFO:teuthology.orchestra.run.smithi134.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-10T09:56:20.113 INFO:teuthology.orchestra.run.smithi134.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-10T09:56:20.212 INFO:teuthology.orchestra.run.smithi134.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-10T09:56:20.213 INFO:teuthology.orchestra.run.smithi134.stdout:releasing clients 2024-02-10T09:56:21.995 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:56:22.213 INFO:teuthology.orchestra.run.smithi134.stdout: 5 289 20.55 MB/sec execute 1 sec latency 90.243 ms 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (34m) 11m ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (20m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:56:22.706 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:56:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:56:23.120 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:56:23.121 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:56:23.213 INFO:teuthology.orchestra.run.smithi134.stdout: 5 412 19.89 MB/sec execute 2 sec latency 37.396 ms 2024-02-10T09:56:23.507 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:56:23.508 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:56:23.508 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:56:23.508 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:56:23.508 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:56:23.508 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:56:24.213 INFO:teuthology.orchestra.run.smithi134.stdout: 5 551 20.76 MB/sec execute 3 sec latency 43.006 ms 2024-02-10T09:56:25.213 INFO:teuthology.orchestra.run.smithi134.stdout: 5 793 18.48 MB/sec execute 4 sec latency 44.922 ms 2024-02-10T09:56:26.213 INFO:teuthology.orchestra.run.smithi134.stdout: 5 cleanup 5 sec 2024-02-10T09:56:26.392 INFO:teuthology.orchestra.run.smithi134.stdout: 0 cleanup 5 sec 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Operation Count AvgLat MaxLat 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: ---------------------------------------- 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: NTCreateX 641 11.229 46.906 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Close 601 9.978 34.250 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Rename 21 30.205 44.911 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Unlink 55 2.791 23.756 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Qpathinfo 209 1.403 22.415 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Qfileinfo 347 19.968 42.590 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Qfsinfo 118 0.548 4.647 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Sfileinfo 94 17.037 50.222 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: Find 148 0.805 7.515 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: WriteX 1720 0.025 0.058 2024-02-10T09:56:26.393 INFO:teuthology.orchestra.run.smithi134.stdout: ReadX 511 0.036 4.133 2024-02-10T09:56:26.394 INFO:teuthology.orchestra.run.smithi134.stdout: Flush 120 17.123 26.698 2024-02-10T09:56:26.394 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-10T09:56:26.394 INFO:teuthology.orchestra.run.smithi134.stdout:Throughput 18.477 MB/sec 5 clients 5 procs max_latency=90.243 ms 2024-02-10T09:56:26.395 DEBUG:teuthology.parallel:result is None 2024-02-10T09:56:53.790 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:56:54.288 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:56:54.288 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (34m) 12m ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:56:54.289 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:56:54.290 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:56:54.290 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:56:54.290 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:56:54.290 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:56:54.290 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:56:54.290 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:56:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:56:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:56:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:56:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:56:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:56:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:56:54.292 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:56:54.565 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:56:54.566 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:56:54.567 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:56:54.567 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:56:54.567 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:56:54.817 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:56:54.817 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:56:54.817 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:56:54.817 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:56:54.817 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:56:54.817 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:57:25.094 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:57:25.586 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (35m) 12m ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (21m) 12m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 starting - - 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f5f8ede5e82 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 starting - - 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:57:25.587 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:57:25.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:57:25.859 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:57:25.860 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:57:26.112 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:57:26.112 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:57:26.112 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:57:26.112 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:57:26.112 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:57:26.112 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:57:56.392 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:57:56.884 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:57:56.884 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (36m) 21s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (36m) 19s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (35m) 19s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (21m) 21s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (21m) 19s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (42m) 21s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (24s) 19s ago 35m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (42m) 21s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (40m) 19s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (13m) 21s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (13m) 19s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 21s ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 19s ago 3m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (35m) 21s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:57:56.885 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (35m) 21s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:57:56.886 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (35m) 21s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:57:56.886 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (35m) 21s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:57:56.886 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (33m) 19s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:57:56.886 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (33m) 19s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:57:56.886 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (32m) 19s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:57:56.886 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (32m) 19s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:57:57.159 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:57:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:57:57.161 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:57:57.161 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T09:57:57.161 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:57:57.161 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:57:57.161 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:57:57.418 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:57:57.418 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:57:57.419 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:57:57.419 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:57:57.419 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:57:57.419 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:58:27.695 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:58:28.188 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:58:28.188 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (36m) 53s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:58:28.188 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (36m) 51s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (36m) 51s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (22m) 53s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (22m) 51s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (42m) 53s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (55s) 51s ago 36m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (42m) 53s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (41m) 51s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (14m) 53s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (14m) 51s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 53s ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 51s ago 4m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (36m) 53s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (36m) 53s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:58:28.189 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (35m) 53s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:58:28.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (35m) 53s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:58:28.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (33m) 51s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:58:28.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (33m) 51s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:58:28.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (33m) 51s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:58:28.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (33m) 51s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:58:28.462 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:58:28.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:28.464 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:58:28.464 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T09:58:28.464 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:58:28.464 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:58:28.464 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:58:28.714 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:58:28.714 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:58:28.714 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:58:28.714 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:58:28.714 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:58:28.714 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:58:58.989 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:58:59.488 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:58:59.488 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (37m) 84s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:58:59.488 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (37m) 82s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:58:59.488 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (36m) 82s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (22m) 84s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (22m) 82s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (43m) 84s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (87s) 82s ago 36m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (43m) 84s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (41m) 82s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (14m) 84s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (14m) 82s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 84s ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 82s ago 4m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (36m) 84s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (36m) 84s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (36m) 84s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (36m) 84s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:58:59.489 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (34m) 82s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:58:59.490 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (34m) 82s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:58:59.490 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (33m) 82s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:58:59.490 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (33m) 82s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:58:59.763 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:58:59.764 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:58:59.765 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T09:58:59.765 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:58:59.765 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:58:59.765 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:59:00.017 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:59:00.018 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:59:00.018 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:59:00.018 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:59:00.018 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:59:00.018 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:59:30.297 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T09:59:30.796 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T09:59:30.796 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (37m) 115s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T09:59:30.796 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (37m) 113s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (37m) 113s ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (23m) 115s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (23m) 113s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (43m) 115s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (118s) 113s ago 37m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (43m) 115s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (42m) 113s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (15m) 115s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (15m) 113s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 115s ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 113s ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (37m) 115s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (37m) 115s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T09:59:30.797 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (36m) 115s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T09:59:30.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (36m) 115s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T09:59:30.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (34m) 113s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T09:59:30.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (34m) 113s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T09:59:30.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (34m) 113s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T09:59:30.798 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (34m) 113s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T09:59:31.070 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T09:59:31.071 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T09:59:31.321 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T09:59:31.321 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T09:59:31.321 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T09:59:31.321 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T09:59:31.321 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T09:59:31.321 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:00:01.598 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:00:02.097 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:00:02.097 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:00:02.097 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:00:02.098 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (37m) 2m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:00:02.098 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:00:02.098 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:00:02.098 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:00:02.098 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (2m) 2m ago 37m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:00:02.098 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:00:02.099 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:00:02.099 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:00:02.099 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:00:02.099 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 2m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:00:02.099 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 2m ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:00:02.099 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:00:02.100 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:00:02.100 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:00:02.100 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:00:02.100 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:00:02.100 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:00:02.100 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:00:02.101 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:02.372 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:00:02.373 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:00:02.624 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:00:02.624 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:00:02.624 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:00:02.625 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:00:02.625 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:00:02.625 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:00:32.898 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (38m) 2m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (3m) 2m ago 38m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:00:33.395 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 2m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 2m ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:00:33.396 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:33.669 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:00:33.670 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:00:33.919 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:00:33.919 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:00:33.919 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:00:33.919 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:00:33.919 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:00:33.920 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:01:04.202 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:01:04.693 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (3m) 3m ago 38m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:01:04.694 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 3m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 3m ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (36m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:01:04.695 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:01:04.969 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:01:04.969 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:01:04.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:01:04.970 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:01:04.971 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:01:04.971 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:01:05.224 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:01:05.225 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:01:05.225 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:01:05.225 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:01:05.225 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:01:05.225 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:01:35.502 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (39m) 3m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:01:36.000 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (4m) 3m ago 39m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 4m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 3m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:01:36.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:01:36.002 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:01:36.002 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:01:36.002 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:01:36.272 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:01:36.273 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:01:36.274 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:01:36.274 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:01:36.274 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:01:36.274 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:01:36.274 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:01:36.523 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:01:36.523 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:01:36.523 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:01:36.523 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:01:36.523 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:01:36.524 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:02:06.800 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:02:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:02:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:02:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:02:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:02:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:02:07.297 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (4m) 4m ago 39m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 4m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 4m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:02:07.298 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:02:07.299 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:02:07.299 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:02:07.299 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:02:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:02:07.822 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:02:07.822 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:02:07.822 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:02:07.822 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:02:07.822 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:02:07.822 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:02:38.099 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:02:38.595 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (5m) 5m ago 40m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (46m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:02:38.596 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 5m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 5m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:02:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:02:38.866 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:02:38.866 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:02:38.866 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:02:38.866 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:38.866 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:02:38.867 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:02:39.120 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:02:39.120 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:02:39.121 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:02:39.121 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:02:39.121 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:02:39.121 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:03:09.397 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:03:09.893 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (5m) 5m ago 40m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (19m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 5m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 5m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:03:09.894 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:03:10.166 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:03:10.166 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:03:10.166 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:03:10.166 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:03:10.167 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:03:10.421 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:03:10.421 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:03:10.421 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:03:10.421 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:03:10.421 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:03:10.421 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:03:40.699 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:03:41.189 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:03:41.189 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:03:41.189 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:03:41.189 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (6m) 6m ago 41m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (47m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 6m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 6m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:03:41.190 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:03:41.191 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:03:41.191 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:03:41.191 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:03:41.462 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:03:41.462 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:03:41.462 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:03:41.462 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:41.462 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:03:41.463 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:03:41.714 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:03:41.714 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:03:41.714 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:03:41.714 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:03:41.714 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:03:41.714 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:04:11.988 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:04:12.479 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (6m) 6m ago 41m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:04:12.480 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 6m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 6m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:04:12.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:12.755 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:04:12.756 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:04:13.006 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:04:13.006 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:04:13.007 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:04:13.007 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:04:13.007 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:04:13.007 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:04:43.282 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:04:43.777 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (7m) 7m ago 42m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 7m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 7m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:04:43.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:04:43.779 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:04:43.779 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:04:43.779 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:04:43.779 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:04:43.779 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:04:43.779 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:04:44.047 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:04:44.047 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:04:44.047 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:04:44.047 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:44.047 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:04:44.047 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:04:44.048 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:04:44.299 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:04:44.300 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:04:44.300 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:04:44.300 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:04:44.300 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:04:44.300 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:05:14.575 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:05:15.066 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:05:15.066 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:05:15.066 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (7m) 7m ago 42m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 7m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 7m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:05:15.068 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:05:15.068 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:05:15.068 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:05:15.068 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:05:15.068 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:15.340 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:05:15.341 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:05:15.592 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:05:15.593 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:05:15.593 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:05:15.593 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:05:15.593 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:05:15.593 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:05:45.869 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (8m) 8m ago 43m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:05:46.368 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 8m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 8m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:05:46.369 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:05:46.645 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:05:46.645 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:05:46.645 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:05:46.645 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:46.645 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:05:46.646 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:05:46.898 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:05:46.898 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:05:46.898 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:05:46.898 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:05:46.898 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:05:46.898 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:06:17.174 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (8m) 8m ago 43m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:06:17.671 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 8m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 8m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:06:17.672 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:06:17.945 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:06:17.946 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:06:18.203 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:06:18.203 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:06:18.203 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:06:18.203 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:06:18.204 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:06:18.204 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:06:48.482 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:06:48.975 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (44m) 9m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (9m) 9m ago 44m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:06:48.976 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 9m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 9m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:06:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:06:48.978 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:49.252 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:06:49.253 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:06:49.504 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:06:49.504 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:06:49.504 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:06:49.504 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:06:49.504 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:06:49.504 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:07:19.782 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:07:20.280 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:07:20.280 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:07:20.280 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:07:20.280 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (45m) 9m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (9m) 9m ago 44m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:07:20.281 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 9m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 9m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:07:20.282 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:07:20.283 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:07:20.283 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:07:20.283 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:07:20.283 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:07:20.552 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:07:20.552 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:07:20.552 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:07:20.552 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:20.552 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:07:20.552 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:07:20.553 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:07:20.806 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:07:20.806 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:07:20.806 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:07:20.806 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:07:20.806 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:07:20.806 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:07:51.080 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:07:51.575 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:07:51.575 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (45m) 10m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (10m) 10m ago 45m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 10m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 10m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:07:51.576 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:07:51.577 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:07:51.854 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:07:51.854 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:07:51.854 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:07:51.855 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:07:51.856 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:07:52.106 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:07:52.107 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:07:52.107 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:07:52.107 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:07:52.107 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:07:52.107 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:08:22.376 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (46m) 10m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (32m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:08:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (10m) 10m ago 46m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 10m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 10m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:08:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:08:22.869 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:08:22.869 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:08:23.141 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:08:23.141 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:08:23.141 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:08:23.141 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:23.141 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:08:23.142 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:08:23.395 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:08:23.396 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:08:23.396 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:08:23.396 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:08:23.396 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:08:23.396 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:08:53.669 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:08:54.162 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:08:54.162 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:08:54.162 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:08:54.162 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (46m) 11m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:08:54.162 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:08:54.162 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (11m) 11m ago 46m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 11m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 11m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:08:54.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:08:54.164 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:08:54.164 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:08:54.164 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:08:54.436 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:08:54.436 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:08:54.436 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:08:54.436 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:08:54.437 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:08:54.689 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:08:54.724 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:08:54.724 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:08:54.724 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:08:54.724 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:08:54.724 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:09:24.964 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:09:25.457 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T10:09:25.457 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a299292696b4 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 37a4776e6417 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (47m) 11m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f413589c93cc 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2ad0c18eed01 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 aaa6c053e25f 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (11m) 11m ago 47m 16.2.14-521-g0e714d9a quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 1fbc92c859dc 7457b0034c02 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 00280308fe46 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a801c9cb2210 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (25m) 11m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 99ac3db33e2a 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (25m) 11m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 dab711e9db85 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 11m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 11m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed786536ffb0 2024-02-10T10:09:25.458 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 76d54c0027ee 2024-02-10T10:09:25.459 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf8471e0e4b0 2024-02-10T10:09:25.459 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5994b3a87b97 2024-02-10T10:09:25.459 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d20eaf7c88e2 2024-02-10T10:09:25.459 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1b5a5800ca4 2024-02-10T10:09:25.459 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1afca7167c92 2024-02-10T10:09:25.459 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 df37c54192b5 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:09:25.728 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:25.729 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:09:25.730 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:09:25.730 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:09:25.730 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:09:25.730 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:09:25.983 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:09:25.984 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:09:25.984 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:09:25.984 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:09:25.984 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-10T10:09:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:09:56.276 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:09:56.807 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:09:56.807 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (48m) 12m ago 48m - - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:09:56.807 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (48m) 12m ago 48m - - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (47m) 12m ago 47m - - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (33m) 12m ago 33m - - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (33m) 12m ago 33m - - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (54m) 12m ago 54m - - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (12m) 12m ago 47m - - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (54m) 12m ago 54m - 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (52m) 12m ago 52m - 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (25m) 12m ago 25m - - 3.3 2cf504fded39 99ac3db33e2a 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi178 smithi178 running (25m) 12m ago 25m - - 3.3 2cf504fded39 dab711e9db85 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 unknown 12m ago 17m - - 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 unknown 12m ago 15m - - 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (47m) 12m ago 47m - 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:09:56.808 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (47m) 12m ago 47m - 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:09:56.809 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (47m) 12m ago 47m - 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:09:56.809 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (47m) 12m ago 47m - 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:09:56.809 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (45m) 12m ago 45m - 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:09:56.809 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (45m) 12m ago 45m - 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:09:56.809 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (44m) 12m ago 44m - 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:09:56.809 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (44m) 12m ago 44m - 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:09:57.125 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:09:57.126 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:09:57.127 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:09:57.127 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:09:57.127 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:09:57.395 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:09:57.396 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:09:57.396 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:10:27.691 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:10:28.222 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:10:28.222 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 starting - - - - 2024-02-10T10:10:28.222 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (48m) 24s ago 48m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:10:28.222 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (48m) 22s ago 48m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (48m) 22s ago 48m 37.1M - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (34m) 24s ago 34m 19.5M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (34m) 22s ago 34m 37.3M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (54m) 24s ago 54m 302M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (12m) 22s ago 48m 420M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (54m) 24s ago 54m 298M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (53m) 22s ago 53m 171M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 24s ago 18m - - 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 22s ago 16m - - 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (48m) 24s ago 48m 346M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (48m) 24s ago 48m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (47m) 24s ago 47m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:10:28.223 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (47m) 24s ago 47m 279M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:10:28.224 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (45m) 22s ago 45m 454M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:10:28.224 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (45m) 22s ago 45m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:10:28.224 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (45m) 22s ago 45m 301M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:10:28.224 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (45m) 22s ago 45m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:10:28.541 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:10:28.541 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:10:28.541 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:10:28.541 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:28.541 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:10:28.542 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:10:28.808 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:10:28.808 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:10:28.808 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:10:28.808 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:10:28.808 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:10:28.809 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:10:28.809 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:10:28.809 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:10:28.809 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:10:59.101 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:10:59.635 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:10:59.635 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (41s) 16s ago 40s 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (49m) 19s ago 49m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (49m) 16s ago 49m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (48m) 16s ago 48m 37.1M - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (34m) 19s ago 34m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (34m) 16s ago 34m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (55m) 19s ago 55m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (13m) 16s ago 48m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (55m) 19s ago 55m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (53m) 16s ago 53m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (28s) 19s ago 27s 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (22s) 16s ago 22s 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 19s ago 18m - - 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 16s ago 16m - - 2024-02-10T10:10:59.636 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (48m) 19s ago 48m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (48m) 19s ago 48m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (48m) 19s ago 48m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (48m) 19s ago 48m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (46m) 16s ago 46m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (46m) 16s ago 46m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (45m) 16s ago 45m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (45m) 16s ago 45m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:10:59.637 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (30s) 16s ago 30s 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:10:59.953 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:10:59.953 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:10:59.953 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:10:59.954 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:10:59.955 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:59.955 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:10:59.955 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:10:59.955 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:10:59.955 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:10:59.955 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:10:59.956 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:10:59.956 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:10:59.956 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:11:00.218 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:11:00.219 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:11:30.510 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:11:31.044 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:11:31.044 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (72s) 47s ago 71s 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:11:31.044 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (49m) 50s ago 49m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:11:31.044 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (49m) 47s ago 49m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:11:31.044 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (49m) 47s ago 49m 37.1M - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:11:31.044 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (35m) 50s ago 35m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (35m) 47s ago 35m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (55m) 50s ago 55m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (13m) 47s ago 49m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (55m) 50s ago 55m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (54m) 47s ago 54m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (59s) 50s ago 59s 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (54s) 47s ago 53s 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 50s ago 19m - - 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 47s ago 17m - - 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (49m) 50s ago 49m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (49m) 50s ago 49m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (48m) 50s ago 48m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (48m) 50s ago 48m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (46m) 47s ago 46m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:11:31.045 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (46m) 47s ago 46m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:11:31.046 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (46m) 47s ago 46m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:11:31.046 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (46m) 47s ago 46m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:11:31.046 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (62s) 47s ago 61s 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:11:31.362 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:11:31.363 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:11:31.629 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:11:31.629 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:11:31.630 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:12:01.924 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:12:02.459 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:12:02.459 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (103s) 79s ago 103s 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:12:02.459 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (50m) 82s ago 50m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:12:02.460 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (50m) 79s ago 50m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:12:02.460 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (49m) 79s ago 49m 37.1M - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:12:02.460 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (35m) 82s ago 35m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:12:02.460 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (35m) 79s ago 35m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:12:02.460 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (56m) 82s ago 56m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:12:02.460 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (14m) 79s ago 49m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:12:02.461 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (56m) 82s ago 56m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:12:02.461 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (54m) 79s ago 54m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:12:02.461 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (91s) 82s ago 90s 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:12:02.461 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (85s) 79s ago 85s 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:12:02.461 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 82s ago 19m - - 2024-02-10T10:12:02.461 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 79s ago 17m - - 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (50m) 82s ago 50m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (49m) 82s ago 49m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (49m) 82s ago 49m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (49m) 82s ago 49m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (47m) 79s ago 47m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (47m) 79s ago 47m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:12:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (46m) 79s ago 46m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:12:02.463 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (46m) 79s ago 46m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:12:02.463 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (93s) 79s ago 93s 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:12:02.777 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:12:02.777 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:12:02.777 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:12:02.777 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:02.777 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:12:02.777 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:12:02.778 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:12:03.047 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:12:03.047 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:12:03.047 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:12:03.047 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:12:03.047 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:12:03.048 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:12:03.048 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:12:03.048 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:12:03.048 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:12:33.342 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (2m) 110s ago 2m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (50m) 113s ago 50m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (50m) 110s ago 50m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (50m) 110s ago 50m 37.1M - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (36m) 113s ago 36m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (36m) 110s ago 36m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (56m) 113s ago 56m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (15m) 110s ago 50m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (56m) 113s ago 56m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:12:33.882 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (55m) 110s ago 55m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (2m) 113s ago 2m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (117s) 110s ago 116s 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 113s ago 20m - - 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 110s ago 18m - - 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (50m) 113s ago 50m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (50m) 113s ago 50m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (50m) 113s ago 50m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (49m) 113s ago 49m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (48m) 110s ago 48m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (47m) 110s ago 47m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (47m) 110s ago 47m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:12:33.883 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (47m) 110s ago 47m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:12:33.884 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (2m) 110s ago 2m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:12:34.203 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:12:34.203 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:12:34.203 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:12:34.204 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:12:34.205 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:12:34.205 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:12:34.205 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:12:34.473 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:12:34.473 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:12:34.473 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:12:34.473 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:12:34.473 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:12:34.474 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:12:34.474 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:12:34.474 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:12:34.474 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:13:04.767 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (2m) 2m ago 2m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (51m) 2m ago 51m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (51m) 2m ago 51m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (50m) 2m ago 50m 37.1M - 6.7.4 557c83e11646 f3a2dd4bf8ec 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (36m) 2m ago 36m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (36m) 2m ago 36m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (57m) 2m ago 57m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:13:05.305 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (15m) 2m ago 50m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (57m) 2m ago 57m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (55m) 2m ago 55m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (2m) 2m ago 2m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (2m) 2m ago 2m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago 20m - - 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 18m - - 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (51m) 2m ago 51m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (50m) 2m ago 50m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (50m) 2m ago 50m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (50m) 2m ago 50m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (48m) 2m ago 48m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (48m) 2m ago 48m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (48m) 2m ago 48m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (47m) 2m ago 47m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:13:05.306 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (2m) 2m ago 2m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:13:05.622 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:13:05.623 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:13:05.892 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:13:05.893 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:13:36.192 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (3m) 2m ago 3m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (51m) 2m ago 51m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (51m) 2m ago 51m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - - - 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (37m) 2m ago 37m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:13:36.729 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (37m) 2m ago 37m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (57m) 2m ago 57m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (16m) 2m ago 51m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (57m) 2m ago 58m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (56m) 2m ago 56m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (3m) 2m ago 3m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (2m) 2m ago 2m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago 21m - - 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 19m - - 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (51m) 2m ago 51m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (51m) 2m ago 51m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (51m) 2m ago 51m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (50m) 2m ago 50m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (49m) 2m ago 49m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:13:36.730 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (48m) 2m ago 48m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:13:36.731 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (48m) 2m ago 48m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:13:36.731 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (48m) 2m ago 48m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:13:36.731 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (3m) 2m ago 3m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:13:37.051 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:13:37.051 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:13:37.051 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:13:37.052 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:13:37.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:13:37.053 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:13:37.053 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:13:37.323 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:13:37.324 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:13:37.324 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:14:07.618 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (3m) 3m ago 3m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (52m) 3m ago 52m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (52m) 3m ago 52m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - - - 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (37m) 3m ago 37m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (37m) 3m ago 37m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (58m) 3m ago 58m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:14:08.157 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (16m) 3m ago 51m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (58m) 3m ago 58m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (56m) 3m ago 56m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (3m) 3m ago 3m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (3m) 3m ago 3m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago 21m - - 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 19m - - 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (52m) 3m ago 52m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (51m) 3m ago 51m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (51m) 3m ago 51m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (51m) 3m ago 51m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (49m) 3m ago 49m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (49m) 3m ago 49m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (49m) 3m ago 49m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:14:08.158 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (48m) 3m ago 48m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:14:08.159 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (3m) 3m ago 3m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:14:08.478 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:14:08.478 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:14:08.478 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:14:08.479 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:08.480 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:14:08.480 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:14:08.480 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:14:08.480 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:14:08.480 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:14:08.748 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:14:08.748 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:14:08.749 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:14:39.042 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (4m) 3m ago 4m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (52m) 3m ago 52m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (52m) 3m ago 52m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - - - 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (38m) 3m ago 38m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (38m) 3m ago 38m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (58m) 3m ago 58m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (17m) 3m ago 52m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (58m) 3m ago 59m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:14:39.574 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (57m) 3m ago 57m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (4m) 3m ago 4m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (4m) 3m ago 4m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago 22m - - 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 20m - - 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (52m) 3m ago 52m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (52m) 3m ago 52m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (52m) 3m ago 52m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (51m) 3m ago 51m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (50m) 3m ago 50m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (49m) 3m ago 49m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (49m) 3m ago 49m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (49m) 3m ago 49m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:14:39.575 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (4m) 3m ago 4m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:14:39.892 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:14:39.893 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:14:40.165 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:14:40.165 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:14:40.165 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:14:40.165 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:14:40.165 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:14:40.165 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:14:40.166 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:14:40.166 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:14:40.166 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:15:10.459 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (4m) 4m ago 4m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (53m) 4m ago 53m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (53m) 4m ago 53m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - - - 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (38m) 4m ago 38m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:15:10.993 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (38m) 4m ago 38m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (59m) 4m ago 59m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (17m) 4m ago 52m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (59m) 4m ago 59m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (57m) 4m ago 57m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (4m) 4m ago 4m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (4m) 4m ago 4m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago 22m - - 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 20m - - 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (53m) 4m ago 53m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (52m) 4m ago 52m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (52m) 4m ago 52m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (52m) 4m ago 52m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (50m) 4m ago 50m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:15:10.994 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (50m) 4m ago 50m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:15:10.995 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (50m) 4m ago 50m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:15:10.995 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (49m) 4m ago 49m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:15:10.995 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (4m) 4m ago 4m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:15:11.309 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:15:11.310 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:15:11.579 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:15:11.579 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:15:11.579 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:15:11.580 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:15:11.580 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:15:11.580 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:15:11.580 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:15:11.580 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:15:11.580 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:15:41.871 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (5m) 4m ago 5m 13.8M - 0.23.0 ba2b418f427c fcb900efffad 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (53m) 5m ago 53m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (53m) 4m ago 53m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - - - 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (39m) 5m ago 39m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (39m) 4m ago 39m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (59m) 5m ago 59m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (18m) 4m ago 53m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (60m) 5m ago 60m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:15:42.407 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (58m) 4m ago 58m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (5m) 5m ago 5m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (5m) 4m ago 5m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago 23m - - 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 21m - - 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (53m) 5m ago 53m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (53m) 5m ago 53m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (53m) 5m ago 53m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (52m) 5m ago 52m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (51m) 4m ago 51m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (50m) 4m ago 50m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (50m) 4m ago 50m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (50m) 4m ago 50m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:15:42.408 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (5m) 4m ago 5m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:15:42.727 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:15:42.727 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:15:42.727 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:15:42.728 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:15:42.729 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:15:42.729 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:15:42.729 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:15:42.729 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-10T10:15:42.999 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:15:43.000 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:15:43.000 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:16:13.288 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:16:13.822 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:16:13.822 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 starting - - - - 2024-02-10T10:16:13.822 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (54m) 5m ago 54m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:16:13.822 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (54m) 5m ago 54m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:16:13.822 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 starting - - - - 2024-02-10T10:16:13.822 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (39m) 5m ago 39m 19.6M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (39m) 5m ago 39m 37.4M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 running (60m) 5m ago 60m 303M - 15.2.13 2cf504fded39 aaa6c053e25f 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (18m) 5m ago 53m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (60m) 5m ago 60m 301M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (58m) 5m ago 58m 178M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (5m) 5m ago 5m 53.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (5m) 5m ago 5m 55.4M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago 23m - - 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 5m ago 21m - - 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (54m) 5m ago 54m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (53m) 5m ago 53m 399M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (53m) 5m ago 53m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (53m) 5m ago 53m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (51m) 5m ago 51m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:16:13.823 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (51m) 5m ago 51m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:16:13.824 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (51m) 5m ago 51m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:16:13.824 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (50m) 5m ago 50m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:16:13.824 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (5m) 5m ago 5m 30.9M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:16:14.141 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:16:14.142 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:16:14.408 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "1/23 daemons upgraded", 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:16:14.409 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:16:44.700 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:16:45.232 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:16:45.232 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (45s) 21s ago 6m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:16:45.232 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (54m) 24s ago 54m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:16:45.232 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (54m) 21s ago 54m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:16:45.232 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (3m) 21s ago 54m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:16:45.232 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (40m) 24s ago 40m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (40m) 21s ago 40m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (28s) 24s ago 61m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (19m) 21s ago 54m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (61m) 24s ago 61m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (59m) 21s ago 59m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (6m) 24s ago 6m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (6m) 21s ago 6m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 24s ago 24m - - 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 21s ago 22m - - 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (54m) 24s ago 54m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (54m) 24s ago 54m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (54m) 24s ago 54m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (53m) 24s ago 53m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:16:45.233 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (52m) 21s ago 52m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:16:45.234 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (51m) 21s ago 51m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:16:45.234 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (51m) 21s ago 51m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:16:45.234 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (51m) 21s ago 51m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:16:45.234 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (6m) 21s ago 6m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:16:45.547 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:16:45.548 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:16:45.819 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:16:45.820 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:17:16.111 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (77s) 53s ago 6m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (55m) 55s ago 55m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (55m) 53s ago 55m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (3m) 53s ago 54m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (40m) 55s ago 40m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:17:16.645 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (40m) 53s ago 40m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (59s) 55s ago 61m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (19m) 53s ago 54m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (61m) 55s ago 61m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (59m) 53s ago 59m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (6m) 55s ago 6m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (6m) 53s ago 6m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 55s ago 25m - - 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 53s ago 22m - - 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (55m) 55s ago 55m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (54m) 55s ago 54m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (54m) 55s ago 54m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (54m) 55s ago 54m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (52m) 53s ago 52m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (52m) 53s ago 52m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (52m) 53s ago 52m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:17:16.646 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (51m) 53s ago 51m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:17:16.647 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (6m) 53s ago 6m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:17:16.963 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:17:16.964 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:17:17.232 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:17:17.233 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:17:17.233 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:17:17.233 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:17:47.526 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:17:48.062 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:17:48.062 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (108s) 84s ago 7m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:17:48.062 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (55m) 87s ago 55m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:17:48.062 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (55m) 84s ago 55m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (4m) 84s ago 55m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (41m) 87s ago 41m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (41m) 84s ago 41m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (91s) 87s ago 62m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (20m) 84s ago 55m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (62m) 87s ago 62m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (60m) 84s ago 60m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (7m) 87s ago 7m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (7m) 84s ago 7m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 87s ago 25m - - 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 84s ago 23m - - 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (55m) 87s ago 55m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (55m) 87s ago 55m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:17:48.063 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (55m) 87s ago 55m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:17:48.064 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (54m) 87s ago 54m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:17:48.064 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (53m) 84s ago 53m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:17:48.064 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (53m) 84s ago 52m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:17:48.064 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (52m) 84s ago 52m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:17:48.064 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (52m) 84s ago 52m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:17:48.064 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (7m) 84s ago 7m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:48.379 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:17:48.380 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:17:48.650 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:17:48.650 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:17:48.650 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:17:48.650 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:17:48.651 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:18:18.941 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:18:19.475 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:18:19.475 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (2m) 116s ago 8m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:18:19.475 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (56m) 118s ago 56m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (56m) 116s ago 56m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (4m) 116s ago 56m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (41m) 118s ago 41m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (41m) 116s ago 41m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (2m) 118s ago 62m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (20m) 116s ago 55m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (62m) 118s ago 62m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (60m) 116s ago 60m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (7m) 118s ago 7m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (7m) 116s ago 7m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 118s ago 26m - - 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 116s ago 24m - - 2024-02-10T10:18:19.476 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (56m) 118s ago 56m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (56m) 118s ago 56m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (55m) 118s ago 55m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (55m) 118s ago 55m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (53m) 116s ago 53m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (53m) 116s ago 53m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (53m) 116s ago 53m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (52m) 116s ago 52m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:18:19.477 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (7m) 116s ago 7m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:18:19.794 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:18:19.795 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:18:19.796 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:18:19.796 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:18:19.796 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:18:20.062 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:18:20.063 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:18:50.359 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:18:50.895 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (2m) 2m ago 8m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (56m) 2m ago 56m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (56m) 2m ago 56m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (5m) 2m ago 56m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (42m) 2m ago 42m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (42m) 2m ago 42m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (2m) 2m ago 63m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (21m) 2m ago 56m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (63m) 2m ago 63m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (61m) 2m ago 61m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (8m) 2m ago 8m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (8m) 2m ago 8m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago 26m - - 2024-02-10T10:18:50.896 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 24m - - 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (56m) 2m ago 56m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (56m) 2m ago 56m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (56m) 2m ago 56m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (56m) 2m ago 56m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (54m) 2m ago 54m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (54m) 2m ago 54m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (53m) 2m ago 53m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (53m) 2m ago 53m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:18:50.897 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (8m) 2m ago 8m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:18:51.215 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:18:51.215 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:18:51.216 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:18:51.217 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:18:51.217 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:18:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:18:51.485 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:18:51.485 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:19:21.778 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (3m) 2m ago 9m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (57m) 3m ago 57m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (57m) 2m ago 57m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (5m) 2m ago 57m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (42m) 3m ago 42m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:19:22.316 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (42m) 2m ago 42m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (3m) 3m ago 63m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (21m) 2m ago 57m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (63m) 3m ago 63m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (62m) 2m ago 62m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (8m) 3m ago 8m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (8m) 2m ago 8m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago 27m - - 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 25m - - 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (57m) 3m ago 57m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (57m) 3m ago 57m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:19:22.317 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (56m) 3m ago 56m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:19:22.318 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (56m) 3m ago 56m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:19:22.318 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (54m) 2m ago 54m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:19:22.318 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (54m) 2m ago 54m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:19:22.318 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (54m) 2m ago 54m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:19:22.318 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (54m) 2m ago 54m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:19:22.318 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (8m) 2m ago 8m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:19:22.635 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:19:22.635 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:19:22.635 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:19:22.635 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:22.635 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:19:22.635 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:19:22.636 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:19:22.905 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:19:53.201 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:19:53.733 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:19:53.733 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (3m) 3m ago 9m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:19:53.733 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (57m) 3m ago 57m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:19:53.733 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (58m) 3m ago 58m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (6m) 3m ago 57m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (43m) 3m ago 43m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (43m) 3m ago 43m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (3m) 3m ago 64m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (22m) 3m ago 57m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (64m) 3m ago 64m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (62m) 3m ago 62m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (9m) 3m ago 9m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (9m) 3m ago 9m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago 27m - - 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 25m - - 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (57m) 3m ago 57m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (57m) 3m ago 57m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (57m) 3m ago 57m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:19:53.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (57m) 3m ago 57m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:19:53.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (55m) 3m ago 55m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:19:53.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (55m) 3m ago 55m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:19:53.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (54m) 3m ago 54m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:19:53.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (54m) 3m ago 54m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:19:53.735 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (9m) 3m ago 9m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:19:54.052 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:19:54.052 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:19:54.052 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:19:54.053 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:19:54.324 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:19:54.325 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:20:24.617 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:20:25.154 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:20:25.154 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (4m) 4m ago 10m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:20:25.154 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (58m) 4m ago 58m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:20:25.154 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (58m) 4m ago 58m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:20:25.154 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (7m) 4m ago 58m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:20:25.154 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (43m) 4m ago 43m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (44m) 4m ago 44m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (4m) 4m ago 64m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (22m) 4m ago 58m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (64m) 4m ago 64m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (63m) 4m ago 63m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (9m) 4m ago 9m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (9m) 4m ago 9m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago 28m - - 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 26m - - 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (58m) 4m ago 58m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (58m) 4m ago 58m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (57m) 4m ago 57m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:20:25.155 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (57m) 4m ago 57m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:20:25.156 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (55m) 4m ago 55m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:20:25.156 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (55m) 4m ago 55m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:20:25.156 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (55m) 4m ago 55m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:20:25.156 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (55m) 4m ago 55m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:20:25.156 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (9m) 4m ago 9m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:20:25.468 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:20:25.468 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:20:25.468 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:20:25.468 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:25.468 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:20:25.469 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:20:25.735 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:20:25.736 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:20:56.029 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (4m) 4m ago 10m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (59m) 4m ago 59m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (59m) 4m ago 59m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (7m) 4m ago 58m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (44m) 4m ago 44m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (44m) 4m ago 44m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (4m) 4m ago 65m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (23m) 4m ago 58m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (65m) 4m ago 65m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:20:56.567 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (63m) 4m ago 63m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (10m) 4m ago 10m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (10m) 4m ago 10m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago 28m - - 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 26m - - 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (58m) 4m ago 58m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (58m) 4m ago 58m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (58m) 4m ago 58m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (58m) 4m ago 58m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (56m) 4m ago 56m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (56m) 4m ago 56m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (55m) 4m ago 55m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (55m) 4m ago 55m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:20:56.568 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (10m) 4m ago 10m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:20:56.887 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:20:56.888 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:20:56.889 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:20:57.159 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:20:57.159 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:20:57.159 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:20:57.159 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:20:57.159 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:20:57.159 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:20:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:20:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:20:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:20:57.160 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:20:57.160 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:21:27.453 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (5m) 5m ago 11m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (59m) 5m ago 59m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (59m) 5m ago 59m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (8m) 5m ago 59m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (45m) 5m ago 45m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (45m) 5m ago 45m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:21:27.987 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (5m) 5m ago 65m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (23m) 5m ago 59m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (65m) 5m ago 65m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (64m) 5m ago 64m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (10m) 5m ago 10m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (10m) 5m ago 10m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago 29m - - 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 5m ago 27m - - 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (59m) 5m ago 59m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (59m) 5m ago 59m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (58m) 5m ago 58m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (58m) 5m ago 58m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:21:27.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (56m) 5m ago 56m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:21:27.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (56m) 5m ago 56m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:21:27.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (56m) 5m ago 56m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:21:27.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (56m) 5m ago 56m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:21:27.989 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (10m) 5m ago 10m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:21:28.305 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:21:28.306 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:21:28.307 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:21:28.307 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:21:28.307 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:21:28.573 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:21:28.573 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:21:28.573 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:21:28.573 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:21:28.573 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:21:28.574 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:21:28.574 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:21:28.574 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:21:28.574 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:21:28.574 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:21:28.574 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:22:00.118 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:22:00.704 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:22:00.704 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (6m) 5m ago 11m 15.1M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (60m) 5m ago 60m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (60m) 5m ago 60m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (8m) 5m ago 59m 30.1M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (45m) 5m ago 45m 20.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (45m) 5m ago 45m 37.6M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (5m) 5m ago 66m 43.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (24m) 5m ago 59m 441M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (66m) 5m ago 66m 340M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:22:00.705 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (64m) 5m ago 64m 190M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (11m) 5m ago 11m 89.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (11m) 5m ago 11m 87.2M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago 29m - - 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 5m ago 27m - - 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (60m) 5m ago 59m 343M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (59m) 5m ago 59m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (59m) 5m ago 59m 258M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (59m) 5m ago 59m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (57m) 5m ago 57m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (57m) 5m ago 57m 327M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (56m) 5m ago 56m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (56m) 5m ago 56m 484M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:22:00.706 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (11m) 5m ago 11m 55.6M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:22:01.048 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:22:01.048 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:22:01.048 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:22:01.048 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:22:01.049 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:22:01.050 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:22:01.328 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:22:01.328 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:22:01.328 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:22:01.329 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:22:31.621 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:22:32.158 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:22:32.158 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (6m) 25s ago 12m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (60m) 28s ago 60m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (60m) 25s ago 60m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (9m) 25s ago 60m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (46m) 28s ago 46m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (46m) 25s ago 46m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (6m) 28s ago 66m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (24m) 25s ago 60m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (66m) 28s ago 66m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (65m) 25s ago 65m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (12m) 28s ago 12m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (11m) 25s ago 11m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 28s ago 30m - - 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 25s ago 28m - - 2024-02-10T10:22:32.159 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (60m) 28s ago 60m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:22:32.160 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (60m) 28s ago 60m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:22:32.160 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (59m) 28s ago 59m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:22:32.160 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (59m) 28s ago 59m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:22:32.160 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (58m) 25s ago 58m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:22:32.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (57m) 25s ago 57m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:22:32.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (57m) 25s ago 57m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:22:32.163 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (57m) 25s ago 57m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:22:32.163 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (12m) 25s ago 12m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:22:32.481 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:22:32.482 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:22:32.482 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:22:32.482 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:22:32.482 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:22:32.482 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:22:32.482 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:22:32.754 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:22:32.754 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:22:32.755 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:23:03.044 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:23:03.576 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (7m) 57s ago 12m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (61m) 59s ago 61m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (61m) 57s ago 61m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (9m) 57s ago 60m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (46m) 59s ago 46m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (46m) 57s ago 46m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (6m) 59s ago 67m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (25m) 57s ago 60m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (67m) 59s ago 67m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (65m) 57s ago 65m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (12m) 59s ago 12m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (12m) 57s ago 12m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:23:03.577 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 59s ago 30m - - 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 57s ago 28m - - 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (61m) 59s ago 61m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (60m) 59s ago 60m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (60m) 59s ago 60m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (60m) 59s ago 60m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (58m) 57s ago 58m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (58m) 57s ago 58m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (57m) 57s ago 57m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (57m) 57s ago 57m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:23:03.578 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (12m) 57s ago 12m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:23:03.894 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:23:03.895 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:03.895 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:23:03.895 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:23:03.895 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:23:03.895 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:23:03.895 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:23:04.168 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:23:34.462 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:23:34.999 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:23:34.999 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (7m) 88s ago 13m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:23:34.999 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (61m) 91s ago 61m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:23:34.999 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (61m) 88s ago 61m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:23:34.999 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (10m) 88s ago 61m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:23:34.999 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (47m) 91s ago 47m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (47m) 88s ago 47m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (7m) 91s ago 67m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (26m) 88s ago 61m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (67m) 91s ago 67m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (66m) 88s ago 66m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (13m) 91s ago 13m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (12m) 88s ago 12m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 91s ago 31m - - 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 88s ago 29m - - 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (61m) 91s ago 61m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (61m) 91s ago 61m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (61m) 91s ago 61m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:23:35.000 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (60m) 91s ago 60m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:23:35.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (59m) 88s ago 59m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:23:35.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (58m) 88s ago 58m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:23:35.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (58m) 88s ago 58m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:23:35.001 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (58m) 88s ago 58m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:23:35.001 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (13m) 88s ago 13m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:23:35.318 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:23:35.319 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:23:35.320 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:23:35.320 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:23:35.320 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:23:35.589 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:23:35.590 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:24:05.882 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (8m) 2m ago 13m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (62m) 2m ago 62m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (62m) 2m ago 62m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (10m) 2m ago 61m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (47m) 2m ago 47m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:24:06.418 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (47m) 2m ago 47m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (7m) 2m ago 68m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (26m) 2m ago 61m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (68m) 2m ago 68m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (66m) 2m ago 66m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (13m) 2m ago 13m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (13m) 2m ago 13m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago 31m - - 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 29m - - 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (62m) 2m ago 62m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (61m) 2m ago 61m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (61m) 2m ago 61m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:24:06.419 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (61m) 2m ago 61m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:24:06.420 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (59m) 2m ago 59m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:24:06.420 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (59m) 2m ago 59m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:24:06.420 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (59m) 2m ago 59m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:24:06.420 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (58m) 2m ago 58m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:24:06.420 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (13m) 2m ago 13m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:24:06.742 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:24:06.743 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:24:07.015 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:24:07.016 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:24:07.016 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:24:37.310 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (8m) 2m ago 14m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (62m) 2m ago 62m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (62m) 2m ago 62m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (11m) 2m ago 62m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (48m) 2m ago 48m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:24:37.845 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (48m) 2m ago 48m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (8m) 2m ago 68m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (27m) 2m ago 62m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (68m) 2m ago 69m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (67m) 2m ago 67m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (14m) 2m ago 14m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (14m) 2m ago 14m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 2m ago 32m - - 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 30m - - 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (62m) 2m ago 62m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (62m) 2m ago 62m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (62m) 2m ago 62m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (61m) 2m ago 61m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (60m) 2m ago 60m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:24:37.846 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (59m) 2m ago 59m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:24:37.847 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (59m) 2m ago 59m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:24:37.847 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (59m) 2m ago 59m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:24:37.847 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (14m) 2m ago 14m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:38.169 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:24:38.170 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:24:38.439 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:24:38.439 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:24:38.440 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:25:08.731 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:25:09.265 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (9m) 3m ago 14m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (63m) 3m ago 63m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (63m) 3m ago 63m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (11m) 3m ago 62m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (48m) 3m ago 48m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (48m) 3m ago 48m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (8m) 3m ago 69m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (27m) 3m ago 62m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (69m) 3m ago 69m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (67m) 3m ago 67m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (14m) 3m ago 14m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (14m) 3m ago 14m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:25:09.266 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago 32m - - 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 30m - - 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (63m) 3m ago 63m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (62m) 3m ago 62m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (62m) 3m ago 62m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (62m) 3m ago 62m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (60m) 3m ago 60m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (60m) 3m ago 60m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (60m) 3m ago 60m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (59m) 3m ago 59m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:25:09.267 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (14m) 3m ago 14m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:25:09.582 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:25:09.582 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:25:09.583 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:25:09.584 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:25:09.850 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:25:09.851 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:25:40.148 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (9m) 3m ago 15m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (63m) 3m ago 63m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (63m) 3m ago 63m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (12m) 3m ago 63m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (49m) 3m ago 49m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (49m) 3m ago 49m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (9m) 3m ago 69m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (28m) 3m ago 63m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:25:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (69m) 3m ago 70m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (68m) 3m ago 68m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (15m) 3m ago 15m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (15m) 3m ago 15m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 3m ago 33m - - 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 31m - - 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (63m) 3m ago 63m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (63m) 3m ago 63m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (63m) 3m ago 63m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (62m) 3m ago 62m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (61m) 3m ago 61m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (60m) 3m ago 60m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (60m) 3m ago 60m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (60m) 3m ago 60m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:25:40.678 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (15m) 3m ago 15m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:40.994 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:25:40.995 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:25:41.269 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:25:41.269 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:25:41.269 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:25:41.269 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:25:41.269 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:25:41.269 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:25:41.270 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:25:41.270 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:25:41.270 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:25:41.270 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:25:41.270 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:26:11.562 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:26:12.096 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:26:12.096 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (10m) 4m ago 15m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:26:12.096 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (64m) 4m ago 64m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:26:12.096 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (64m) 4m ago 64m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (12m) 4m ago 63m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (49m) 4m ago 49m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (49m) 4m ago 49m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (9m) 4m ago 70m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (28m) 4m ago 63m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (70m) 4m ago 70m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (68m) 4m ago 68m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (15m) 4m ago 15m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (15m) 4m ago 15m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago 33m - - 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 31m - - 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (64m) 4m ago 64m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (63m) 4m ago 63m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (63m) 4m ago 63m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:26:12.097 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (63m) 4m ago 63m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:26:12.098 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (61m) 4m ago 61m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:26:12.098 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (61m) 4m ago 61m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:26:12.098 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (61m) 4m ago 61m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:26:12.098 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (60m) 4m ago 60m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:26:12.098 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (15m) 4m ago 15m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:26:12.415 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:26:12.415 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:26:12.416 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:26:12.417 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:26:12.417 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:26:12.684 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:26:12.684 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:26:12.684 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:26:12.684 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:26:12.684 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:26:12.684 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:26:12.685 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:26:12.685 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:26:12.685 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:26:12.685 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:26:12.685 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:26:42.978 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (10m) 4m ago 16m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (64m) 4m ago 64m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (64m) 4m ago 64m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (13m) 4m ago 64m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (50m) 4m ago 50m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (50m) 4m ago 50m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (10m) 4m ago 70m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:26:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (29m) 4m ago 64m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (71m) 4m ago 71m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (69m) 4m ago 69m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (16m) 4m ago 16m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (16m) 4m ago 16m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 4m ago 34m - - 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 32m - - 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (64m) 4m ago 64m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (64m) 4m ago 64m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (64m) 4m ago 64m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (63m) 4m ago 63m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (62m) 4m ago 62m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (61m) 4m ago 61m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:26:43.512 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (61m) 4m ago 61m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:26:43.513 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (61m) 4m ago 61m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:26:43.513 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (16m) 4m ago 16m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:26:43.831 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:26:43.831 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:26:43.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:26:43.831 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:43.831 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:26:43.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:26:43.832 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:26:44.100 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:26:44.100 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:26:44.100 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:26:44.101 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:27:14.395 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (11m) 5m ago 16m 22.9M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (65m) 5m ago 65m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (65m) 5m ago 65m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (13m) 5m ago 64m 36.9M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (50m) 5m ago 50m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (50m) 5m ago 50m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (10m) 5m ago 71m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 running (29m) 5m ago 64m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 7457b0034c02 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (71m) 5m ago 71m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (69m) 5m ago 69m 206M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:27:14.935 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (16m) 5m ago 16m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (16m) 5m ago 16m 89.5M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago 34m - - 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 5m ago 32m - - 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (65m) 5m ago 65m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (64m) 5m ago 64m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (64m) 5m ago 64m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (64m) 5m ago 64m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (62m) 5m ago 62m 450M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (62m) 5m ago 62m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (62m) 5m ago 62m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (61m) 5m ago 61m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:27:14.936 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (16m) 5m ago 16m 57.7M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:15.258 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:27:15.259 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:27:15.525 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:27:15.526 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:27:45.819 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (11m) 4s ago 17m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (65m) 5m ago 65m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (65m) 4s ago 65m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (14m) 4s ago 65m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (51m) 5m ago 51m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (51m) 4s ago 51m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (11m) 5m ago 72m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:27:46.356 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (11s) 4s ago 65m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (72m) 5m ago 72m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (70m) 4s ago 70m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (17m) 5m ago 17m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (17m) 4s ago 17m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 5m ago 35m - - 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4s ago 33m - - 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (65m) 5m ago 65m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (65m) 5m ago 65m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (65m) 5m ago 65m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (64m) 5m ago 64m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (63m) 4s ago 63m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (62m) 4s ago 62m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (62m) 4s ago 62m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:27:46.357 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (62m) 4s ago 62m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:27:46.358 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (17m) 4s ago 17m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:27:46.675 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:27:46.676 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:27:46.677 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:27:46.677 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:27:46.677 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:27:46.677 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:27:46.677 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:27:46.944 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:27:46.944 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:27:46.944 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:27:46.944 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:27:46.945 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:28:17.241 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (12m) 36s ago 17m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (66m) 6m ago 66m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (66m) 36s ago 66m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (14m) 36s ago 65m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (51m) 6m ago 51m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (51m) 36s ago 51m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (12m) 6m ago 72m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (43s) 36s ago 65m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (72m) 6m ago 72m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (70m) 36s ago 70m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:28:17.777 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (17m) 6m ago 17m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (17m) 36s ago 17m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 6m ago 36m - - 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 36s ago 33m - - 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (66m) 6m ago 66m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (66m) 6m ago 66m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (65m) 6m ago 65m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (65m) 6m ago 65m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (63m) 36s ago 63m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (63m) 36s ago 63m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (63m) 36s ago 63m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (62m) 36s ago 62m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:28:17.778 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (17m) 36s ago 17m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:28:18.096 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:28:18.096 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:28:18.096 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:28:18.096 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:28:18.097 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:28:18.369 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:28:48.662 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:28:49.200 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:28:49.200 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (12m) 67s ago 18m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:28:49.200 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (66m) 6m ago 66m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:28:49.200 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (66m) 67s ago 66m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:28:49.200 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (15m) 67s ago 66m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:28:49.200 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (52m) 6m ago 52m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (52m) 67s ago 52m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (12m) 6m ago 73m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (74s) 67s ago 66m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (73m) 6m ago 73m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (71m) 67s ago 71m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (18m) 6m ago 18m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (18m) 67s ago 18m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 6m ago 36m - - 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 67s ago 34m - - 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (66m) 6m ago 66m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (66m) 6m ago 66m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (66m) 6m ago 66m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (65m) 6m ago 65m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:28:49.201 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (64m) 67s ago 64m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:28:49.202 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (64m) 67s ago 64m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:28:49.202 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (63m) 67s ago 63m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:28:49.202 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (63m) 67s ago 63m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:28:49.202 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (18m) 67s ago 18m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:28:49.519 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:28:49.519 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:28:49.519 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:28:49.519 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:49.519 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:28:49.519 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:28:49.520 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:28:49.790 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:28:49.790 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:28:49.790 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:28:49.791 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:29:20.083 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:29:20.621 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:29:20.621 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (13m) 99s ago 19m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (67m) 7m ago 67m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (67m) 99s ago 67m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (15m) 99s ago 67m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (52m) 7m ago 52m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (52m) 99s ago 52m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (13m) 7m ago 73m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (105s) 99s ago 66m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (73m) 7m ago 73m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (72m) 99s ago 71m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (18m) 7m ago 18m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (18m) 99s ago 18m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 7m ago 37m - - 2024-02-10T10:29:20.622 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 99s ago 35m - - 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (67m) 7m ago 67m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (67m) 7m ago 67m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (66m) 7m ago 66m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (66m) 7m ago 66m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (64m) 99s ago 64m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (64m) 99s ago 64m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (64m) 99s ago 64m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (63m) 99s ago 63m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:29:20.623 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (18m) 99s ago 18m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:29:20.942 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:29:20.943 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:29:21.215 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:29:21.215 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:29:21.216 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:29:21.216 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:29:21.216 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:29:21.216 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:29:21.216 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:29:21.217 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:29:21.217 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:29:21.217 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:29:21.217 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:29:51.512 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:29:52.049 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:29:52.049 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (13m) 2m ago 19m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:29:52.049 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (67m) 7m ago 67m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:29:52.049 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (68m) 2m ago 68m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (16m) 2m ago 67m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (53m) 7m ago 53m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (53m) 2m ago 53m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (13m) 7m ago 74m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (2m) 2m ago 67m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (74m) 7m ago 74m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (72m) 2m ago 72m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (19m) 7m ago 19m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (19m) 2m ago 19m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 7m ago 37m - - 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 35m - - 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (67m) 7m ago 67m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (67m) 7m ago 67m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (67m) 7m ago 67m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:29:52.050 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (67m) 7m ago 67m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:29:52.051 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (65m) 2m ago 65m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:29:52.051 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (65m) 2m ago 65m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:29:52.051 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (64m) 2m ago 64m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:29:52.051 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (64m) 2m ago 64m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:29:52.051 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (19m) 2m ago 19m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:29:52.370 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:29:52.370 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:29:52.370 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:29:52.370 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:52.370 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:29:52.371 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:29:52.642 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:29:52.643 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:29:52.643 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:30:22.937 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (14m) 2m ago 20m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (68m) 8m ago 68m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (68m) 2m ago 68m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (17m) 2m ago 68m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (53m) 8m ago 53m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (54m) 2m ago 54m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:30:23.470 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (14m) 8m ago 74m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (2m) 2m ago 68m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (74m) 8m ago 74m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (73m) 2m ago 73m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (19m) 8m ago 19m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (19m) 2m ago 19m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 8m ago 38m - - 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 2m ago 36m - - 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (68m) 8m ago 68m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (68m) 8m ago 68m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (67m) 8m ago 67m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (67m) 8m ago 67m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (65m) 2m ago 65m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (65m) 2m ago 65m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (65m) 2m ago 65m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:30:23.471 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (65m) 2m ago 65m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:30:23.472 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (19m) 2m ago 19m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:30:23.788 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:30:23.789 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:30:24.062 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:30:24.062 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:30:24.062 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:30:24.062 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:30:24.062 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:30:24.062 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:30:24.063 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:30:24.063 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:30:24.063 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:30:24.063 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:30:24.063 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:30:54.356 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (14m) 3m ago 20m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (68m) 8m ago 68m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (69m) 3m ago 69m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (17m) 3m ago 68m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (54m) 8m ago 54m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:30:54.886 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (54m) 3m ago 54m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (14m) 8m ago 75m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (3m) 3m ago 68m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (75m) 8m ago 75m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (73m) 3m ago 73m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (20m) 8m ago 20m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (20m) 3m ago 20m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 8m ago 38m - - 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 36m - - 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (68m) 8m ago 68m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (68m) 8m ago 68m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (68m) 8m ago 68m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (68m) 8m ago 68m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:30:54.887 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (66m) 3m ago 66m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:30:54.888 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (66m) 3m ago 66m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:30:54.888 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (65m) 3m ago 65m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:30:54.888 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (65m) 3m ago 65m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:30:54.888 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (20m) 3m ago 20m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:30:55.208 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:30:55.209 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:30:55.482 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:30:55.483 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:30:55.483 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:31:25.770 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:31:26.308 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:31:26.478 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (15m) 3m ago 21m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:31:26.479 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (69m) 9m ago 69m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:31:26.479 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (69m) 3m ago 69m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:31:26.479 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (18m) 3m ago 69m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:31:26.479 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (55m) 9m ago 55m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:31:26.479 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (55m) 3m ago 55m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (15m) 9m ago 75m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (3m) 3m ago 69m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (75m) 9m ago 75m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (74m) 3m ago 74m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (20m) 9m ago 20m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (20m) 3m ago 20m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:31:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 9m ago 39m - - 2024-02-10T10:31:26.481 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 3m ago 37m - - 2024-02-10T10:31:26.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (69m) 9m ago 69m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:31:26.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (69m) 9m ago 69m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:31:26.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (68m) 9m ago 68m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:31:26.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (68m) 9m ago 68m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:31:26.481 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (66m) 3m ago 66m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:31:26.482 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (66m) 3m ago 66m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:31:26.482 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (66m) 3m ago 66m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:31:26.482 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (66m) 3m ago 66m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:31:26.482 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (20m) 3m ago 20m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:31:26.626 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:31:26.626 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:31:26.626 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:31:26.627 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:31:26.902 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:31:57.201 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:31:57.733 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:31:57.733 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (15m) 4m ago 21m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:31:57.733 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (70m) 9m ago 70m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:31:57.733 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (70m) 4m ago 70m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:31:57.733 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (18m) 4m ago 69m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (55m) 9m ago 55m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (55m) 4m ago 55m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (15m) 9m ago 76m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (4m) 4m ago 69m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (76m) 9m ago 76m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (74m) 4m ago 74m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (21m) 9m ago 21m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (21m) 4m ago 21m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 9m ago 39m - - 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 37m - - 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (69m) 9m ago 69m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (69m) 9m ago 69m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:31:57.734 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (69m) 9m ago 69m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:31:57.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (69m) 9m ago 69m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:31:57.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (67m) 4m ago 67m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:31:57.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (67m) 4m ago 67m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:31:57.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (66m) 4m ago 66m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:31:57.735 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (66m) 4m ago 66m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:31:57.735 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (21m) 4m ago 21m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:58.053 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:31:58.054 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:31:58.322 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:32:28.615 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (16m) 4m ago 22m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (70m) 10m ago 70m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (70m) 4m ago 70m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (19m) 4m ago 70m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (56m) 10m ago 56m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (56m) 4m ago 56m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (16m) 10m ago 76m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:32:29.147 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (4m) 4m ago 70m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (76m) 10m ago 76m 363M 2048M 15.2.13 2cf504fded39 00280308fe46 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (75m) 4m ago 75m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (21m) 10m ago 21m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (21m) 4m ago 21m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 10m ago 40m - - 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 4m ago 38m - - 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (70m) 10m ago 70m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (70m) 10m ago 70m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (69m) 10m ago 69m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (69m) 10m ago 69m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (67m) 4m ago 67m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (67m) 4m ago 67m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:32:29.148 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (67m) 4m ago 67m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:32:29.149 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (67m) 4m ago 67m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:32:29.149 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (22m) 4m ago 21m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:32:29.469 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:32:29.469 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-10T10:32:29.470 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:32:29.471 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:32:29.471 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:32:29.738 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-10T10:32:29.739 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:32:55.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:55 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:32:56.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:56 smithi134 bash[111489]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon.smithi134 2024-02-10T10:32:56.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:56 smithi134 bash[111552]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon.smithi134 2024-02-10T10:32:57.337 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 systemd[1]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service: Succeeded. 2024-02-10T10:32:57.337 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 systemd[1]: Stopped Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715. 2024-02-10T10:32:57.337 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 systemd[1]: Starting Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.647+0000 7f922f003880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.647+0000 7f922f003880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 1 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.647+0000 7f922f003880 0 pidfile_write: ignore empty --pid-file 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 0 load: jerasure load: lrc load: isa 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T10:32:58.076 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: DB SUMMARY 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 6093 Bytes 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 1, files: 000136.sst 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 000134.log size: 2405794 ; 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T10:32:58.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.env: 0x55a3e1c2b080 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.fs: Posix File System 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.info_log: 0x55a3e32c2520 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.statistics: (nil) 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.use_fsync: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T10:32:58.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.db_log_dir: 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.write_buffer_manager: 0x55a3e3fb6420 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T10:32:58.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.unordered_write: 0 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.row_cache: None 2024-02-10T10:32:58.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.wal_filter: None 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T10:32:58.081 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_open_files: -1 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Compression algorithms supported: 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kZSTD supported: 0 2024-02-10T10:32:58.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000008 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.merge_operator: 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_filter: None 2024-02-10T10:32:58.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a3e3267d28) 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cache_index_and_filter_blocks: 1 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: pin_top_level_index_and_filter: 1 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: index_type: 0 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: data_block_index_type: 0 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: index_shortening: 1 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: hash_index_allow_collision: 1 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: checksum: 1 2024-02-10T10:32:58.084 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: no_block_cache: 0 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_cache: 0x55a3e329cf10 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_cache_name: BinnedLRUCache 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_cache_options: 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: capacity : 536870912 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: num_shard_bits : 4 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: strict_capacity_limit : 0 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: high_pri_pool_ratio: 0.000 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_cache_compressed: (nil) 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: persistent_cache: (nil) 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_size: 4096 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_size_deviation: 10 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_restart_interval: 16 2024-02-10T10:32:58.085 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: index_block_restart_interval: 1 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: metadata_block_size: 4096 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: partition_filters: 0 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: use_delta_encoding: 1 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: whole_key_filtering: 1 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: verify_compression: 0 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: read_amp_bytes_per_bit: 0 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: format_version: 2 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: enable_index_compression: 1 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: block_align: 0 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression: NoCompression 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T10:32:58.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.num_levels: 7 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T10:32:58.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T10:32:58.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T10:32:58.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T10:32:58.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.ttl: 2592000 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.652+0000 7f922f003880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.653+0000 7f922f003880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 138, last_sequence is 61979, log_number is 134,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.653+0000 7f922f003880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 134 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.653+0000 7f922f003880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707561177655134, "job": 1, "event": "recovery_started", "log_files": [134]} 2024-02-10T10:32:58.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.653+0000 7f922f003880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #134 mode 2 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.655+0000 7f922f003880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.658+0000 7f922f003880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707561177660079, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 138, "file_size": 2399694, "table_properties": {"data_size": 2396511, "index_size": 2041, "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": 2741, "raw_average_key_size": 23, "raw_value_size": 2393074, "raw_average_value_size": 20629, "num_data_blocks": 64, "num_entries": 116, "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": 1707561177, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.658+0000 7f922f003880 4 rocksdb: [version_set.cc:3826] Creating manifest 139 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.661+0000 7f922f003880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707561177662695, "job": 1, "event": "recovery_finished"} 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.661+0000 7f922f003880 4 rocksdb: DB pointer 0x55a3e3365800 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.661+0000 7f9215df4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.661+0000 7f9215df4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** DB Stats ** 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T10:32:58.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** Compaction Stats [default] ** 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: L0 1/0 2.29 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: L6 1/0 48.98 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 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Sum 2/0 51.27 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** Compaction Stats [default] ** 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T10:32:58.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Flush(GB): cumulative 0.002, interval 0.002 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Cumulative compaction: 0.00 GB write, 246.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Interval compaction: 0.00 GB write, 246.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** Compaction Stats [default] ** 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: L0 1/0 2.29 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: L6 1/0 48.98 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 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Sum 2/0 51.27 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** Compaction Stats [default] ** 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 743.3 0.00 0.00 1 0.003 0 0 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T10:32:58.095 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Flush(GB): cumulative 0.002, interval 0.000 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Cumulative compaction: 0.00 GB write, 246.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.662+0000 7f922f003880 0 starting mon.smithi134 rank 0 at public addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] at bind addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi134 fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 1 mon.smithi134@-1(???) e2 preinit fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 0 mon.smithi134@-1(???).mds e6 new map 2024-02-10T10:32:58.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 0 mon.smithi134@-1(???).mds e6 print_map 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: e6 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: legacy client fscid: 1 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Filesystem 'foofs' (1) 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: fs_name foofs 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: epoch 5 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: flags 12 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: created 2024-02-10T09:26:47.876285+0000 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: modified 2024-02-10T09:36:26.995242+0000 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: tableserver 0 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: root 0 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: session_timeout 60 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: session_autoclose 300 2024-02-10T10:32:58.097 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: max_file_size 1099511627776 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: required_client_features {} 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: last_failure 0 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: last_failure_osd_epoch 0 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 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} 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: max_mds 1 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: in 0 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: up {0=24631} 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: failed 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: damaged 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: stopped 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: data_pools [3] 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: metadata_pool 2 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: inline_data disabled 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: balancer 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: standby_count_wanted 1 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: [mds.foofs.smithi178.ljdrge{0:24631} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.178:6832/1048052230,v1:172.21.15.178:6833/1048052230] compat {c=[1],r=[1],i=[7ff]}] 2024-02-10T10:32:58.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: Standby daemons: 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: [mds.foofs.smithi134.iizxax{-1:15084} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.134:6834/1829385126,v1:172.21.15.134:6835/1829385126] compat {c=[1],r=[1],i=[7ff]}] 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 0 mon.smithi134@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 0 mon.smithi134@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 0 mon.smithi134@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 0 mon.smithi134@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:53.919969+0000 mgr.smithi134.rvbzvn (mgr.17882) 432 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:54.312344+0000 mon.smithi134 (mon.0) 1435 : audit [INF] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:54.312980+0000 mon.smithi134 (mon.0) 1436 : audit [INF] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:54.313439+0000 mon.smithi134 (mon.0) 1437 : audit [DBG] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:54.313904+0000 mon.smithi134 (mon.0) 1438 : audit [DBG] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:54.314668+0000 mon.smithi134 (mon.0) 1439 : audit [DBG] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "container_image"}]: dispatch 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:32:57.663+0000 7f922f003880 1 mon.smithi134@-1(???).paxosservice(auth 1..60) refresh upgraded, format 0 -> 3 2024-02-10T10:32:58.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 bash[111697]: 7012bdbf7dcef81599cd23614aba4d9d79e5d7c7936fc23721f33e10ec55cd5a 2024-02-10T10:32:58.100 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:57 smithi134 systemd[1]: Started Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715. 2024-02-10T10:32:59.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:55.975730+0000 mon.smithi178 (mon.1) 451 : audit [DBG] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-02-10T10:32:59.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:55.975891+0000 mon.smithi178 (mon.1) 452 : audit [DBG] from='mgr.17882 172.21.15.134:0/863857747' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mon metadata", "id": "smithi178"}]: dispatch 2024-02-10T10:32:59.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:57.921088+0000 mgr.smithi134.rvbzvn (mgr.17882) 436 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:32:59.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.073994+0000 mon.smithi134 (mon.0) 1 : cluster [INF] mon.smithi134 calling monitor election 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.088418+0000 mon.smithi134 (mon.0) 2 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi178 in quorum (ranks 0,1) 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.093879+0000 mon.smithi134 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi178=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0]} removed_ranks: {} 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.094499+0000 mon.smithi134 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi178.ljdrge=up:active} 1 up:standby 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.094540+0000 mon.smithi134 (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.095765+0000 mon.smithi134 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi134.rvbzvn(active, since 11m), standbys: smithi178.psuign 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.105874+0000 mon.smithi134 (mon.0) 7 : cluster [DBG] mgrmap e41: smithi134.rvbzvn(active, since 11m), standbys: smithi178.psuign 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.106424+0000 mon.smithi134 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.106444+0000 mon.smithi134 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.106460+0000 mon.smithi134 (mon.0) 10 : cluster [WRN] daemon node-exporter.smithi134 on smithi134 is in error state 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:32:59.106477+0000 mon.smithi134 (mon.0) 11 : cluster [WRN] daemon node-exporter.smithi178 on smithi178 is in error state 2024-02-10T10:32:59.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:32:59 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:32:59.115635+0000 mon.smithi134 (mon.0) 12 : audit [INF] from='mgr.17882 ' entity='' 2024-02-10T10:33:01.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:01 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:00.108424+0000 mon.smithi134 (mon.0) 13 : cluster [DBG] mgrmap e42: smithi134.rvbzvn(active, since 11m), standbys: smithi178.psuign 2024-02-10T10:33:04.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:04.450657+0000 mon.smithi134 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi178.psuign restarted 2024-02-10T10:33:04.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:04.450736+0000 mon.smithi134 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi178.psuign started 2024-02-10T10:33:04.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:04.451925+0000 mon.smithi178 (mon.1) 453 : audit [DBG] from='mgr.? 172.21.15.178:0/1791466743' entity='mgr.smithi178.psuign' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi178.psuign/crt"}]: dispatch 2024-02-10T10:33:04.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:04.452283+0000 mon.smithi178 (mon.1) 454 : audit [DBG] from='mgr.? 172.21.15.178:0/1791466743' entity='mgr.smithi178.psuign' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T10:33:04.824 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:04.454295+0000 mon.smithi178 (mon.1) 455 : audit [DBG] from='mgr.? 172.21.15.178:0/1791466743' entity='mgr.smithi178.psuign' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi178.psuign/key"}]: dispatch 2024-02-10T10:33:04.824 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:04.455363+0000 mon.smithi178 (mon.1) 456 : audit [DBG] from='mgr.? 172.21.15.178:0/1791466743' entity='mgr.smithi178.psuign' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T10:33:04.824 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:04.475693+0000 mon.smithi134 (mon.0) 16 : cluster [INF] Active manager daemon smithi134.rvbzvn restarted 2024-02-10T10:33:04.824 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:04.475968+0000 mon.smithi134 (mon.0) 17 : cluster [INF] Activating manager daemon smithi134.rvbzvn 2024-02-10T10:33:04.824 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:04.481382+0000 mon.smithi134 (mon.0) 18 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-10T10:33:04.824 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:04.481647+0000 mon.smithi134 (mon.0) 19 : cluster [DBG] mgrmap e43: smithi134.rvbzvn(active, starting, since 0.00577398s), standbys: smithi178.psuign 2024-02-10T10:33:10.576 INFO:teuthology.orchestra.run.smithi134.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-02-10T10:33:10.576 INFO:teuthology.orchestra.run.smithi134.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.482530+0000 mon.smithi134 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.482694+0000 mon.smithi134 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mon metadata", "id": "smithi178"}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.483526+0000 mon.smithi134 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi134.iizxax"}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.483797+0000 mon.smithi134 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi178.ljdrge"}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.484112+0000 mon.smithi134 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mgr metadata", "who": "smithi134.rvbzvn", "id": "smithi134.rvbzvn"}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.484328+0000 mon.smithi134 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mgr metadata", "who": "smithi178.psuign", "id": "smithi178.psuign"}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.484595+0000 mon.smithi134 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.484855+0000 mon.smithi134 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.485108+0000 mon.smithi134 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.485341+0000 mon.smithi134 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.485656+0000 mon.smithi134 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T10:33:10.798 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.485910+0000 mon.smithi134 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.486246+0000 mon.smithi134 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.486515+0000 mon.smithi134 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.486857+0000 mon.smithi134 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.487154+0000 mon.smithi134 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.487638+0000 mon.smithi134 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.488377+0000 mon.smithi134 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.489375+0000 mon.smithi134 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.489724+0000 mon.smithi134 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.490047+0000 mon.smithi134 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.490353+0000 mon.smithi134 (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.490649+0000 mon.smithi134 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.490950+0000 mon.smithi134 (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi178"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.491302+0000 mon.smithi134 (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T10:33:10.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.491585+0000 mon.smithi134 (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.491863+0000 mon.smithi134 (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.492171+0000 mon.smithi134 (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi178/grafana_crt"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.492448+0000 mon.smithi134 (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi178/grafana_key"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.492726+0000 mon.smithi134 (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.493070+0000 mon.smithi134 (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.493391+0000 mon.smithi134 (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.493696+0000 mon.smithi134 (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.494027+0000 mon.smithi134 (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.494329+0000 mon.smithi134 (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.494632+0000 mon.smithi134 (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.494932+0000 mon.smithi134 (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T10:33:10.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.495232+0000 mon.smithi134 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.495534+0000 mon.smithi134 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.495842+0000 mon.smithi134 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.496172+0000 mon.smithi134 (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.496465+0000 mon.smithi134 (mon.0) 61 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.496759+0000 mon.smithi134 (mon.0) 62 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.497056+0000 mon.smithi134 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.497364+0000 mon.smithi134 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.497667+0000 mon.smithi134 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.497973+0000 mon.smithi134 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.498269+0000 mon.smithi134 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.498557+0000 mon.smithi134 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.498859+0000 mon.smithi134 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T10:33:10.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:10 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:10.513545+0000 mon.smithi134 (mon.0) 70 : cluster [INF] Manager daemon smithi134.rvbzvn is now available 2024-02-10T10:33:11.286 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:10.570694+0000 mon.smithi134 (mon.0) 71 : cluster [DBG] mgrmap e44: smithi134.rvbzvn(active, since 6s), standbys: smithi178.psuign 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.571164+0000 mgr.smithi134.rvbzvn (mgr.34104) 1 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:10.579397+0000 mgr.smithi134.rvbzvn (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.631185+0000 mon.smithi134 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.632604+0000 mon.smithi134 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.689262+0000 mon.smithi134 (mon.0) 74 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.rvbzvn/mirror_snapshot_schedule"}]: dispatch 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:10.694402+0000 mon.smithi134 (mon.0) 75 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.rvbzvn/trash_purge_schedule"}]: dispatch 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:11.169166+0000 mon.smithi134 (mon.0) 76 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:11.170022+0000 mon.smithi134 (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T10:33:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:11.362516+0000 mon.smithi134 (mon.0) 78 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:33:11.575 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:11.364244+0000 mon.smithi134 (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T10:33:12.831 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:12 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:11.567071+0000 mon.smithi134 (mon.0) 80 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-02-10T10:33:12.831 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:12 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:11.567103+0000 mon.smithi134 (mon.0) 81 : cluster [INF] Cluster is now healthy 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (17m) 5m ago 22m 24.8M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (71m) 11m ago 71m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (71m) 5m ago 71m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (19m) 5m ago 70m 37.6M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (56m) 11m ago 56m 22.0M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (56m) 5m ago 56m 37.7M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (16m) 11m ago 77m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (5m) 5m ago 70m 43.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:33:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - - 2048M 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (75m) 5m ago 75m 229M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (22m) 11m ago 22m 89.8M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (22m) 5m ago 22m 89.6M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 11m ago 40m - - 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 5m ago 38m - - 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (71m) 11m ago 71m 344M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (70m) 11m ago 70m 397M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (70m) 11m ago 70m 259M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (70m) 11m ago 70m 277M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (68m) 5m ago 68m 451M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (68m) 5m ago 68m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (68m) 5m ago 68m 300M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (67m) 5m ago 67m 485M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:33:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (22m) 5m ago 22m 64.2M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:33:13.849 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:12.485762+0000 mgr.smithi134.rvbzvn (mgr.34104) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:13.849 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:12.579284+0000 mon.smithi134 (mon.0) 82 : cluster [DBG] mgrmap e45: smithi134.rvbzvn(active, since 8s), standbys: smithi178.psuign 2024-02-10T10:33:13.849 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.235842+0000 mon.smithi134 (mon.0) 83 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-10T10:33:13.849 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.236204+0000 mon.smithi134 (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.849 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.236483+0000 mon.smithi134 (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.849 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.236745+0000 mon.smithi134 (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.237016+0000 mon.smithi134 (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.238910+0000 mon.smithi134 (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon.smithi178","key": "mon_memory_target"}]: dispatch 2024-02-10T10:33:13.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.239218+0000 mon.smithi134 (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.239481+0000 mon.smithi134 (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.239735+0000 mon.smithi134 (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.240009+0000 mon.smithi134 (mon.0) 92 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:13.861 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-10T10:33:14.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:14 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:13.233887+0000 mgr.smithi134.rvbzvn (mgr.34104) 4 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T10:33:15.915 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:15 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:14.486141+0000 mgr.smithi134.rvbzvn (mgr.34104) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:33:16.381 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:33:16.382 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:33:16.382 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:33:16.382 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-10T10:33:16.382 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3 2024-02-10T10:33:16.382 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:33:16.382 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:33:16.992 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:16 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:16.380302+0000 mon.smithi134 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.134:0/3039161895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T10:33:17.004 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-10T10:33:18.314 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:16.486923+0000 mgr.smithi134.rvbzvn (mgr.34104) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail; 520 B/s wr, 0 op/s 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.097119+0000 mon.smithi134 (mon.0) 94 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.362786+0000 mon.smithi134 (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.363390+0000 mon.smithi134 (mon.0) 96 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.363685+0000 mon.smithi134 (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.364012+0000 mon.smithi134 (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.364311+0000 mon.smithi134 (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:18.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.364600+0000 mon.smithi134 (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:18.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.364889+0000 mon.smithi134 (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:18.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.365178+0000 mon.smithi134 (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:18.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.365534+0000 mon.smithi134 (mon.0) 103 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi178.ljdrge","key": "mds_cache_memory_limit"}]: dispatch 2024-02-10T10:33:18.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:17.365860+0000 mon.smithi134 (mon.0) 104 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:18.837 INFO:teuthology.orchestra.run.smithi134.stdout:wait for servicemap items w/ changing names to refresh 2024-02-10T10:33:19.342 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-10T10:33:20.313 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:20 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:18.487481+0000 mgr.smithi134.rvbzvn (mgr.34104) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail; 388 B/s wr, 0 op/s 2024-02-10T10:33:22.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:21 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:20.488043+0000 mgr.smithi134.rvbzvn (mgr.34104) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail; 310 B/s wr, 0 op/s 2024-02-10T10:33:22.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:21 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:20.981844+0000 mon.smithi134 (mon.0) 105 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:33:23.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.092851+0000 mon.smithi134 (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.093222+0000 mon.smithi134 (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.093483+0000 mon.smithi134 (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.093727+0000 mon.smithi134 (mon.0) 109 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.093986+0000 mon.smithi134 (mon.0) 110 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.094232+0000 mon.smithi134 (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.094467+0000 mon.smithi134 (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.094697+0000 mon.smithi134 (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.094938+0000 mon.smithi134 (mon.0) 114 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi134.iizxax","key": "mds_cache_memory_limit"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.095166+0000 mon.smithi134 (mon.0) 115 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.095585+0000 mon.smithi134 (mon.0) 116 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.096149+0000 mon.smithi134 (mon.0) 117 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T10:33:23.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cephadm 2024-02-10T10:33:22.096654+0000 mgr.smithi134.rvbzvn (mgr.34104) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-10T10:33:23.325 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:22.097429+0000 mgr.smithi134.rvbzvn (mgr.34104) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail; 266 B/s wr, 0 op/s 2024-02-10T10:33:23.325 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.100132+0000 mon.smithi134 (mon.0) 118 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:33:23.325 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.102928+0000 mon.smithi134 (mon.0) 119 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-10T10:33:23.325 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:33:22.106337+0000 mon.smithi134 (mon.0) 120 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' 2024-02-10T10:33:23.325 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cephadm 2024-02-10T10:33:22.108239+0000 mgr.smithi134.rvbzvn (mgr.34104) 11 : cephadm [INF] Reconfiguring node-exporter.smithi134 (unknown last config time)... 2024-02-10T10:33:23.325 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:22 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cephadm 2024-02-10T10:33:22.108371+0000 mgr.smithi134.rvbzvn (mgr.34104) 12 : cephadm [INF] Reconfiguring daemon node-exporter.smithi134 on smithi134 2024-02-10T10:33:24.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:23 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:22.981989+0000 mon.smithi134 (mon.0) 121 : cluster [WRN] Health check failed: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T10:33:25.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:24 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:24.097998+0000 mgr.smithi134.rvbzvn (mgr.34104) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail; 264 B/s wr, 0 op/s 2024-02-10T10:33:27.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:27 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:26.098886+0000 mgr.smithi134.rvbzvn (mgr.34104) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail; 264 B/s wr, 0 op/s 2024-02-10T10:33:29.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:28 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:28.099347+0000 mgr.smithi134.rvbzvn (mgr.34104) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:31.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:31 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:30.099911+0000 mgr.smithi134.rvbzvn (mgr.34104) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:33.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:33 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:32.100693+0000 mgr.smithi134.rvbzvn (mgr.34104) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:35.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:35 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:34.101235+0000 mgr.smithi134.rvbzvn (mgr.34104) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:37.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:37 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:36.102096+0000 mgr.smithi134.rvbzvn (mgr.34104) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:39.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:38 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:38.102634+0000 mgr.smithi134.rvbzvn (mgr.34104) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:41.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:41 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:40.103126+0000 mgr.smithi134.rvbzvn (mgr.34104) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:43.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:43 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:42.104015+0000 mgr.smithi134.rvbzvn (mgr.34104) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:45.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:45 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:44.104440+0000 mgr.smithi134.rvbzvn (mgr.34104) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:46.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:46 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:46.105342+0000 mgr.smithi134.rvbzvn (mgr.34104) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:49.074 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:48 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:48.105759+0000 mgr.smithi134.rvbzvn (mgr.34104) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:51.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:51 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:50.106226+0000 mgr.smithi134.rvbzvn (mgr.34104) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:53.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:53 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:52.107037+0000 mgr.smithi134.rvbzvn (mgr.34104) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:55.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:55 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:54.107630+0000 mgr.smithi134.rvbzvn (mgr.34104) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:56.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:56 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:56.108217+0000 mgr.smithi134.rvbzvn (mgr.34104) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:33:59.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:33:58 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:33:58.108694+0000 mgr.smithi134.rvbzvn (mgr.34104) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:01.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:01 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:00.109273+0000 mgr.smithi134.rvbzvn (mgr.34104) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:03.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:03 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:02.110023+0000 mgr.smithi134.rvbzvn (mgr.34104) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:04.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:04 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:04.110436+0000 mgr.smithi134.rvbzvn (mgr.34104) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:07.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:07 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:06.111311+0000 mgr.smithi134.rvbzvn (mgr.34104) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:09.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:08 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:08.111785+0000 mgr.smithi134.rvbzvn (mgr.34104) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:11.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:10.112324+0000 mgr.smithi134.rvbzvn (mgr.34104) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:11.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:10.519015+0000 mon.smithi134 (mon.0) 122 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-10T10:34:11.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:10.519377+0000 mon.smithi134 (mon.0) 123 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-10T10:34:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:10.519656+0000 mon.smithi134 (mon.0) 124 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-10T10:34:11.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:11 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:10.519926+0000 mon.smithi134 (mon.0) 125 : audit [INF] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-10T10:34:13.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:13 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:12.113204+0000 mgr.smithi134.rvbzvn (mgr.34104) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:14.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:14 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:14.113779+0000 mgr.smithi134.rvbzvn (mgr.34104) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:17.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:17 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:16.114477+0000 mgr.smithi134.rvbzvn (mgr.34104) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:19.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:18 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:18.114876+0000 mgr.smithi134.rvbzvn (mgr.34104) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:21.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:21 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:20.115458+0000 mgr.smithi134.rvbzvn (mgr.34104) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:22.431 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-10T10:34:23.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:23 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:22.116151+0000 mgr.smithi134.rvbzvn (mgr.34104) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi178 smithi178 *:9093,9094 running (18m) 67s ago 24m 25.0M - 0.23.0 ba2b418f427c 34434075e7ac 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (72m) 63s ago 72m 6353k - 15.2.13 2cf504fded39 a299292696b4 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi178 smithi178 running (72m) 67s ago 72m 6349k - 15.2.13 2cf504fded39 37a4776e6417 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi178 smithi178 running (21m) 67s ago 72m 37.8M - 6.7.4 557c83e11646 ad2ed7503da1 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.iizxax smithi134 running (57m) 63s ago 57m 23.7M - 15.2.13 2cf504fded39 f413589c93cc 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi178.ljdrge smithi178 running (58m) 67s ago 58m 37.8M - 15.2.13 2cf504fded39 2ad0c18eed01 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.rvbzvn smithi134 *:8443,9283 running (18m) 63s ago 78m 417M - 16.2.14-521-g0e714d9a 1fbc92c859dc 3aa4b014277f 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi178.psuign smithi178 *:8443,9283 running (6m) 67s ago 72m 383M - 16.2.14-521-g0e714d9a 1fbc92c859dc d1ebda05acac 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (86s) 63s ago 78m 32.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 7012bdbf7dce 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi178 smithi178 running (77m) 67s ago 77m 235M 2048M 15.2.13 2cf504fded39 a801c9cb2210 2024-02-10T10:34:24.328 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.bgmyyx smithi134 *:2049 running (23m) 63s ago 23m 90.5M - 3.3 2cf504fded39 80498a154554 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi178.gslpzm smithi178 *:2049 running (23m) 67s ago 23m 89.7M - 3.3 2cf504fded39 8fc40d88f2ec 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 error 63s ago 42m - - 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi178 smithi178 error 67s ago 40m - - 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (72m) 63s ago 72m 345M 4096M 15.2.13 2cf504fded39 ed786536ffb0 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (72m) 63s ago 72m 398M 4096M 15.2.13 2cf504fded39 76d54c0027ee 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (71m) 63s ago 71m 260M 4096M 15.2.13 2cf504fded39 cf8471e0e4b0 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (71m) 63s ago 71m 279M 4096M 15.2.13 2cf504fded39 5994b3a87b97 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi178 running (69m) 67s ago 69m 452M 4096M 15.2.13 2cf504fded39 d20eaf7c88e2 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi178 running (69m) 67s ago 69m 328M 4096M 15.2.13 2cf504fded39 b1b5a5800ca4 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi178 running (69m) 67s ago 69m 301M 4096M 15.2.13 2cf504fded39 1afca7167c92 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi178 running (69m) 67s ago 69m 486M 4096M 15.2.13 2cf504fded39 df37c54192b5 2024-02-10T10:34:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi178 smithi178 *:9095 running (23m) 67s ago 23m 68.5M - 2.33.4 514e6a882f6e 69a905a76e5b 2024-02-10T10:34:24.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:24 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:24.116498+0000 mgr.smithi134.rvbzvn (mgr.34104) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:24.881 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-10T10:34:25.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.314842+0000 mgr.smithi134.rvbzvn (mgr.34104) 44 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T10:34:25.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.316616+0000 mon.smithi134 (mon.0) 126 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-10T10:34:25.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.316965+0000 mon.smithi134 (mon.0) 127 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.317264+0000 mon.smithi134 (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.317550+0000 mon.smithi134 (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.317822+0000 mon.smithi134 (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.319702+0000 mon.smithi134 (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "mon.smithi178","key": "mon_memory_target"}]: dispatch 2024-02-10T10:34:25.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.320016+0000 mon.smithi134 (mon.0) 132 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.320316+0000 mon.smithi134 (mon.0) 133 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.320572+0000 mon.smithi134 (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:25.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:25 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:24.320802+0000 mon.smithi134 (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.134:0/227394921' entity='mgr.smithi134.rvbzvn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T10:34:26.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:26 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:26.117322+0000 mgr.smithi134.rvbzvn (mgr.34104) 45 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:26.881 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-10T10:34:26.881 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-10T10:34:26.881 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-10T10:34:26.881 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-10T10:34:26.882 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-10T10:34:27.514 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:27 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:26.880813+0000 mon.smithi134 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.134:0/2147668061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T10:34:27.526 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-10T10:34:29.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:28 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: cluster 2024-02-10T10:34:28.117706+0000 mgr.smithi134.rvbzvn (mgr.34104) 46 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 170 MiB data, 517 MiB used, 707 GiB / 715 GiB avail 2024-02-10T10:34:29.397 INFO:teuthology.orchestra.run.smithi134.stdout:false 2024-02-10T10:34:30.019 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:29 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: audit 2024-02-10T10:34:29.385884+0000 mon.smithi134 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.134:0/1782314402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T10:34:30.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T10:34:30.032 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi134 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 e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-10T10:34:30.257 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a77e6dca7243468488b398987e474c23 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi134 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 e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-10T10:34:30.260 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T10:34:30.270 INFO:tasks.cephadm:Teardown begin 2024-02-10T10:34:30.270 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T10:34:30.317 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T10:34:30.356 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T10:34:30.356 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T10:34:30.376 DEBUG:teuthology.orchestra.run.smithi178:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T10:34:30.417 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T10:34:30.417 INFO:tasks.cephadm.mon.smithi134:Stopping mon.smithi134... 2024-02-10T10:34:30.418 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134 2024-02-10T10:34:30.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:30 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:30.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:30 smithi134 bash[113976]: Error: no container with name or ID "ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon.smithi134" found: no such container 2024-02-10T10:34:31.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:30 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:34:30.696+0000 7f921ee06700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T10:34:31.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:30 smithi134 ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134[111712]: debug 2024-02-10T10:34:30.696+0000 7f921ee06700 -1 mon.smithi134@0(leader) e2 *** Got Signal Terminated *** 2024-02-10T10:34:31.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 10 10:34:31 smithi134 bash[114015]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon-smithi134 2024-02-10T10:34:31.680 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi134.service' 2024-02-10T10:34:31.724 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:31.724 INFO:tasks.cephadm.mon.smithi134:Stopped mon.smithi134 2024-02-10T10:34:31.725 INFO:tasks.cephadm.mon.smithi178:Stopping mon.smithi178... 2024-02-10T10:34:31.725 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi178 2024-02-10T10:34:32.015 INFO:journalctl@ceph.mon.smithi178.smithi178.stdout:Feb 10 10:34:31 smithi178 systemd[1]: Stopping Ceph mon.smithi178 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:32.765 INFO:journalctl@ceph.mon.smithi178.smithi178.stdout:Feb 10 10:34:32 smithi178 bash[56559]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-mon.smithi178 2024-02-10T10:34:32.765 INFO:journalctl@ceph.mon.smithi178.smithi178.stdout:Feb 10 10:34:32 smithi178 bash[56596]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/mon.smithi178/unit.stop: No such file or directory 2024-02-10T10:34:33.000 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@mon.smithi178.service' 2024-02-10T10:34:33.057 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:33.057 INFO:tasks.cephadm.mon.smithi178:Stopped mon.smithi178 2024-02-10T10:34:33.057 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-10T10:34:33.058 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.0 2024-02-10T10:34:33.339 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 10 10:34:33 smithi134 systemd[1]: Stopping Ceph osd.0 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:34.073 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 10 10:34:33 smithi134 bash[114145]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.0 2024-02-10T10:34:34.074 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 10 10:34:33 smithi134 bash[114186]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.0/unit.stop: No such file or directory 2024-02-10T10:34:35.170 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.0.service' 2024-02-10T10:34:35.213 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:35.213 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-10T10:34:35.214 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-10T10:34:35.214 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.1 2024-02-10T10:34:35.517 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 10 10:34:35 smithi134 systemd[1]: Stopping Ceph osd.1 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:36.073 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 10 10:34:35 smithi134 bash[114327]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.1 2024-02-10T10:34:36.073 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 10 10:34:35 smithi134 bash[114366]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.1/unit.stop: No such file or directory 2024-02-10T10:34:37.339 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.1.service' 2024-02-10T10:34:37.379 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:37.379 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-10T10:34:37.379 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-10T10:34:37.379 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.2 2024-02-10T10:34:37.684 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 10 10:34:37 smithi134 systemd[1]: Stopping Ceph osd.2 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:38.323 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 10 10:34:38 smithi134 bash[114510]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.2 2024-02-10T10:34:38.324 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 10 10:34:38 smithi134 bash[114549]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.2/unit.stop: No such file or directory 2024-02-10T10:34:39.650 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.2.service' 2024-02-10T10:34:39.690 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:39.691 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-10T10:34:39.691 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-10T10:34:39.691 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.3 2024-02-10T10:34:39.999 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 10 10:34:39 smithi134 systemd[1]: Stopping Ceph osd.3 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:40.573 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 10 10:34:40 smithi134 bash[114693]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.3 2024-02-10T10:34:40.573 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 10 10:34:40 smithi134 bash[114732]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.3/unit.stop: No such file or directory 2024-02-10T10:34:41.727 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.3.service' 2024-02-10T10:34:41.769 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:41.769 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-10T10:34:41.769 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-10T10:34:41.770 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.4 2024-02-10T10:34:42.088 INFO:journalctl@ceph.osd.4.smithi178.stdout:Feb 10 10:34:41 smithi178 systemd[1]: Stopping Ceph osd.4 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:42.746 INFO:journalctl@ceph.osd.4.smithi178.stdout:Feb 10 10:34:42 smithi178 bash[56651]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.4 2024-02-10T10:34:42.747 INFO:journalctl@ceph.osd.4.smithi178.stdout:Feb 10 10:34:42 smithi178 bash[56692]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.4/unit.stop: No such file or directory 2024-02-10T10:34:44.038 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.4.service' 2024-02-10T10:34:44.079 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:44.079 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-10T10:34:44.080 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-10T10:34:44.080 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.5 2024-02-10T10:34:44.391 INFO:journalctl@ceph.osd.5.smithi178.stdout:Feb 10 10:34:44 smithi178 systemd[1]: Stopping Ceph osd.5 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:45.015 INFO:journalctl@ceph.osd.5.smithi178.stdout:Feb 10 10:34:44 smithi178 bash[56835]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.5 2024-02-10T10:34:45.015 INFO:journalctl@ceph.osd.5.smithi178.stdout:Feb 10 10:34:44 smithi178 bash[56877]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.5/unit.stop: No such file or directory 2024-02-10T10:34:46.291 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.5.service' 2024-02-10T10:34:46.330 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:46.330 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-10T10:34:46.330 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-10T10:34:46.331 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.6 2024-02-10T10:34:46.638 INFO:journalctl@ceph.osd.6.smithi178.stdout:Feb 10 10:34:46 smithi178 systemd[1]: Stopping Ceph osd.6 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:47.265 INFO:journalctl@ceph.osd.6.smithi178.stdout:Feb 10 10:34:46 smithi178 bash[57020]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.6 2024-02-10T10:34:47.265 INFO:journalctl@ceph.osd.6.smithi178.stdout:Feb 10 10:34:46 smithi178 bash[57062]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.6/unit.stop: No such file or directory 2024-02-10T10:34:48.434 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.6.service' 2024-02-10T10:34:48.475 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:48.476 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-10T10:34:48.476 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-10T10:34:48.476 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.7 2024-02-10T10:34:48.765 INFO:journalctl@ceph.osd.7.smithi178.stdout:Feb 10 10:34:48 smithi178 systemd[1]: Stopping Ceph osd.7 for e11eeb62-c7f4-11ee-95b8-87774f69a715... 2024-02-10T10:34:49.515 INFO:journalctl@ceph.osd.7.smithi178.stdout:Feb 10 10:34:49 smithi178 bash[57204]: ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715-osd.7 2024-02-10T10:34:49.516 INFO:journalctl@ceph.osd.7.smithi178.stdout:Feb 10 10:34:49 smithi178 bash[57245]: bash: /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/osd.7/unit.stop: No such file or directory 2024-02-10T10:34:50.670 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e11eeb62-c7f4-11ee-95b8-87774f69a715@osd.7.service' 2024-02-10T10:34:50.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T10:34:50.710 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-10T10:34:50.710 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T10:34:50.860 INFO:teuthology.orchestra.run.smithi134.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-10T10:34:50.860 INFO:teuthology.orchestra.run.smithi134.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-10T10:34:50.860 INFO:teuthology.orchestra.run.smithi134.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-10T10:34:50.860 INFO:teuthology.orchestra.run.smithi134.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-10T10:34:50.860 INFO:teuthology.orchestra.run.smithi134.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} 2024-02-10T10:34:50.860 INFO:teuthology.orchestra.run.smithi134.stderr: ... 2024-02-10T10:34:50.861 INFO:teuthology.orchestra.run.smithi134.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-10T10:34:50.870 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T10:34:50.871 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T10:34:51.007 INFO:teuthology.orchestra.run.smithi178.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-10T10:34:51.007 INFO:teuthology.orchestra.run.smithi178.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-10T10:34:51.008 INFO:teuthology.orchestra.run.smithi178.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-10T10:34:51.008 INFO:teuthology.orchestra.run.smithi178.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-10T10:34:51.008 INFO:teuthology.orchestra.run.smithi178.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} 2024-02-10T10:34:51.008 INFO:teuthology.orchestra.run.smithi178.stderr: ... 2024-02-10T10:34:51.008 INFO:teuthology.orchestra.run.smithi178.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-10T10:34:51.018 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T10:34:51.018 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T10:34:51.046 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T10:34:51.073 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T10:34:51.133 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/remote/ubuntu@smithi134.front.sepia.ceph.com/crash 2024-02-10T10:34:51.134 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/crash -- . 2024-02-10T10:34:51.177 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/remote/ubuntu@smithi178.front.sepia.ceph.com/crash 2024-02-10T10:34:51.178 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/crash -- . 2024-02-10T10:34:51.226 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T10:34:51.226 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T10:34:51.256 INFO:teuthology.orchestra.run.smithi134.stdout:2024-02-10T09:16:16.111315+0000 mon.smithi134 (mon.0) 67 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-10T10:34:51.256 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T10:34:51.257 INFO:tasks.cephadm:Compressing logs... 2024-02-10T10:34:51.257 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T10:34:51.298 DEBUG:teuthology.orchestra.run.smithi178:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T10:34:51.324 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi134.iizxax.log 2024-02-10T10:34:51.324 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2024-02-10T10:34:51.324 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T10:34:51.325 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T10:34:51.325 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi134.iizxax.log: 61.7% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi134.iizxax.log.gz 2024-02-10T10:34:51.325 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T10:34:51.325 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-volume.log: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T10:34:51.325 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-10T10:34:51.325 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T10:34:51.326 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.3.log: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.0.log: 95.1% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T10:34:51.328 INFO:teuthology.orchestra.run.smithi178.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-10T10:34:51.328 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-10T10:34:51.328 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T10:34:51.328 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T10:34:51.328 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.6.log: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T10:34:51.328 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi178.ljdrge.log 2024-02-10T10:34:51.329 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-10T10:34:51.329 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi178.ljdrge.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi178.log 2024-02-10T10:34:51.329 INFO:teuthology.orchestra.run.smithi178.stderr: 79.3% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi178.ljdrge.log.gz 2024-02-10T10:34:51.329 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.7.log: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi178.log: 95.5% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T10:34:51.332 INFO:teuthology.orchestra.run.smithi178.stderr: 91.2% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi178.psuign.log 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi178.psuign.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi134.stderr: 91.3% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi134.stderr: 92.0% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi134.log 2024-02-10T10:34:51.333 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log 2024-02-10T10:34:51.334 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi134.log: gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi134.rvbzvn.log 2024-02-10T10:34:51.334 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi134.rvbzvn.log: 89.8% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T10:34:51.335 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.4.log: 92.1% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T10:34:51.335 INFO:teuthology.orchestra.run.smithi178.stderr: 90.2% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T10:34:51.335 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T10:34:51.336 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T10:34:51.338 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-10T10:34:51.339 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T10:34:51.345 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.1.log: /var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T10:34:51.351 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.5.log: /var/log/ceph/cephadm.log: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T10:34:51.465 INFO:teuthology.orchestra.run.smithi178.stderr: 90.8% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi178.psuign.log.gz 2024-02-10T10:34:52.019 INFO:teuthology.orchestra.run.smithi178.stderr: 92.5% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi178.log.gz 2024-02-10T10:34:52.221 INFO:teuthology.orchestra.run.smithi134.stderr:gzip: /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi134.rvbzvn.log: file size changed while zipping 2024-02-10T10:34:52.221 INFO:teuthology.orchestra.run.smithi134.stderr: 92.4% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi134.rvbzvn.log.gz 2024-02-10T10:34:53.722 INFO:teuthology.orchestra.run.smithi134.stderr: 91.3% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi134.log.gz 2024-02-10T10:35:04.367 INFO:teuthology.orchestra.run.smithi134.stderr: 94.4% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T10:35:07.191 INFO:teuthology.orchestra.run.smithi178.stderr: 93.9% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-10T10:35:10.303 INFO:teuthology.orchestra.run.smithi178.stderr: 94.3% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-10T10:35:10.390 INFO:teuthology.orchestra.run.smithi134.stderr: 94.0% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T10:35:11.502 INFO:teuthology.orchestra.run.smithi134.stderr: 94.2% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T10:35:12.645 INFO:teuthology.orchestra.run.smithi178.stderr: 94.2% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-10T10:35:13.063 INFO:teuthology.orchestra.run.smithi134.stderr: 94.1% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-10T10:35:13.065 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-10T10:35:13.065 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m21.752s 2024-02-10T10:35:13.065 INFO:teuthology.orchestra.run.smithi134.stderr:user 1m14.075s 2024-02-10T10:35:13.065 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m3.020s 2024-02-10T10:35:20.905 INFO:teuthology.orchestra.run.smithi178.stderr: 94.1% -- replaced with /var/log/ceph/e11eeb62-c7f4-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-10T10:35:20.905 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-02-10T10:35:20.905 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m29.586s 2024-02-10T10:35:20.906 INFO:teuthology.orchestra.run.smithi178.stderr:user 1m23.044s 2024-02-10T10:35:20.906 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m3.406s 2024-02-10T10:35:20.906 INFO:tasks.cephadm:Archiving logs... 2024-02-10T10:35:20.906 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/remote/ubuntu@smithi134.front.sepia.ceph.com/log 2024-02-10T10:35:20.908 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T10:35:32.109 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/remote/ubuntu@smithi178.front.sepia.ceph.com/log 2024-02-10T10:35:32.110 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T10:35:44.692 INFO:tasks.cephadm:Removing cluster... 2024-02-10T10:35:44.693 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 --force 2024-02-10T10:36:38.297 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e11eeb62-c7f4-11ee-95b8-87774f69a715 --force 2024-02-10T10:39:49.972 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T10:39:49.973 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T10:39:49.997 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T10:39:50.015 INFO:tasks.cephadm:Teardown complete 2024-02-10T10:39:50.016 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T10:39:50.028 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T10:39:50.028 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T10:39:50.040 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T10:39:50.056 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-02-10T10:39:50.061 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T10:39:50.061 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-02-10T10:39:50.061 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 -664us[ -664us] +/- 84ms 2024-02-10T10:39:50.062 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 7 377 113 -427us[ -434us] +/- 57ms 2024-02-10T10:39:50.062 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +1198us[+1198us] +/- 87ms 2024-02-10T10:39:50.062 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T10:39:50.073 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2024-02-10T10:39:50.078 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T10:39:50.078 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-02-10T10:39:50.078 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv01.front.sepia.ceph.com 2 8 377 57 -566us[ -620us] +/- 84ms 2024-02-10T10:39:50.078 INFO:teuthology.orchestra.run.smithi178.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -411us[ -466us] +/- 58ms 2024-02-10T10:39:50.078 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +1248us[+1194us] +/- 87ms 2024-02-10T10:39:50.079 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T10:39:50.079 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T10:39:50.088 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T10:39:50.089 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T10:39:50.116 DEBUG:teuthology.orchestra.run.smithi134:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-10T10:39:50.191 DEBUG:teuthology.orchestra.run.smithi178:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-10T10:39:50.253 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T10:39:50.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T10:39:50.285 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-10T10:39:50.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T10:39:50.315 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T10:39:50.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T10:39:50.350 INFO:teuthology.task.internal:Duration was 5599.054138 seconds 2024-02-10T10:39:50.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T10:39:50.384 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T10:39:50.384 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T10:39:50.387 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T10:39:50.432 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T10:39:50.432 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T10:39:50.835 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T10:39:50.836 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-02-10T10:39:50.836 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T10:39:50.860 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-02-10T10:39:50.861 DEBUG:teuthology.orchestra.run.smithi178:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T10:39:50.884 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T10:39:50.885 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T10:39:50.902 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T10:39:50.973 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T10:39:50.973 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T10:39:50.976 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T10:39:51.082 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T10:39:51.093 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T10:39:51.094 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T10:39:51.121 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T10:39:51.148 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T10:39:51.159 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T10:39:51.163 DEBUG:teuthology.orchestra.run.smithi178:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T10:39:51.187 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-02-10T10:39:51.214 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-02-10T10:39:51.236 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T10:39:51.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T10:39:51.266 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T10:39:51.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T10:39:51.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T10:39:51.304 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T10:39:51.305 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/remote/smithi134 2024-02-10T10:39:51.306 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T10:39:51.352 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378/remote/smithi178 2024-02-10T10:39:51.353 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T10:39:51.392 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T10:39:51.392 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T10:39:51.394 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T10:39:51.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T10:39:51.455 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T10:39:51.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T10:39:51.483 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T10:39:51.484 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T10:39:51.486 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T10:39:51.501 INFO:teuthology.orchestra.run.smithi134.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 10:39 /home/ubuntu/cephtest 2024-02-10T10:39:51.504 INFO:teuthology.orchestra.run.smithi178.stdout: 525364 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 10:39 /home/ubuntu/cephtest 2024-02-10T10:39:51.506 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T10:39:51.517 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T10:39:51.585 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T10:39:51.614 DEBUG:teuthology.nuke:shortname: smithi134 2024-02-10T10:39:51.614 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T10:39:51.640 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:50.369080', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAPgKVin0nTmYbNP7r4s+qxnCcA11giyktvpYzLuZLsM5clEE+GRqVcj1PrVjGVW0p0rkW7Y7ulznaYmR7dDj2I='} 2024-02-10T10:39:51.641 DEBUG:teuthology.nuke:shortname: smithi178 2024-02-10T10:39:51.642 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T10:39:51.670 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555378', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:50.367152', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiBwqc25byrW+aOL7+LWWIo0NPTV9Q8RVGL5Z9Yd0i2oUUXsvrzn7MyJ69NuqNHug5Cgye1iuWBpHpRBPv074A='} 2024-02-10T10:39:51.691 INFO:teuthology.orchestra.console.smithi134:Power off 2024-02-10T10:39:51.692 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T10:39:51.714 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-02-10T10:39:51.714 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:39:51.730 INFO:teuthology.orchestra.console.smithi178:Power off 2024-02-10T10:39:51.731 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T10:39:51.741 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-02-10T10:39:51.752 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2024-02-10T10:39:51.753 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:39:51.775 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-02-10T10:39:55.742 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:39:55.776 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:39:55.852 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-02-10T10:39:55.887 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-02-10T10:39:59.856 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:39:59.888 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:39:59.968 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-02-10T10:39:59.999 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2024-02-10T10:40:00.100 INFO:teuthology.orchestra.console.smithi178:Power off completed 2024-02-10T10:40:03.969 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T10:40:04.079 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-02-10T10:40:04.179 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-02-10T10:40:04.284 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: 5599.054137706757 failure_reason: 'Command failed on smithi134 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 e11eeb62-c7f4-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a77e6dca7243468488b398987e474c23 status: fail success: false 2024-02-10T10:40:04.285 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T10:40:04.363 INFO:teuthology.run:FAIL